a4091-software/port_bsd.h
Chris Hooper 6f1de89dcd Implemented new I/O timeout callout mechanism
Added callout list display to a4091d
Made separate timer so that both periodic message and immediate delay may occur
2022-08-28 01:42:32 -07:00

13 lines
168 B
C

#ifndef _PORT_BSD_H
#define _PORT_BSD_H
#include <stdint.h>
#undef __RCSID
#define __RCSID(x)
#define __KERNEL_RCSID(x,y)
#define UNCONF 1
#endif /* _PORT_BSD_H */