/*
 * runstart.h
 *
 * HISTORY
 * $Log: runstart.h,v $
 * Revision 1.1  1993/10/24  12:50:39  too
 * Initial revision
 *
 * Revision 1.1  1993/10/24  12:50:39  too
 * Initial revision
 *
 */

#ifndef _RUNSTART_H_
#define _RUNSTART_H_

struct MsgPort * mkDevice(char * devname, int namelen);
void delDevice(void);

#endif /* _RUNSTART_H_ */
