DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦397cf5f19⟧ TextFile

    Length: 642 (0x282)
    Types: TextFile
    Notes: UNIX file
    Names: »stubs.c«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/etc/atconf/modules/card/stubs.c« 

TextFile

/* stubs for msl 87.07.18 */

#include <sys/chain.h>
#include <sys/csem.h>
#include <sys/types.h>

struct chain_sem imcbufsem[1];
ushort cardmask = 0;

xsend (x_buf)
struct x_buf * x_buf;
{
  noreach();
}

mslintr (unno,type)
int unno, type;
{
  noreach();
}

transfer(unit,x_buf)
register struct unit * unit;
register struct x_buf * x_buf;
{
  noreach();
}

exchange (x,r,prio)
struct mslbuf *x, *r;
int prio;
{
  noreach();
}

ex_intr (mslbuf)
struct mslbuf * mslbuf;
{
  noreach();
}

ex_release(ex)
register struct exwait * ex;
{
  noreach();
}
\f


mslinit()
{
}

watchdog ()
{
  nopkg();
}

drop(unit)
struct unit * unit;
{
  noreach();
}