mirror of
https://github.com/LIV2/a4091-software.git
synced 2025-12-05 22:12:44 +00:00
Added callout list display to a4091d Made separate timer so that both periodic message and immediate delay may occur
13 lines
168 B
C
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 */
|