NetBSD/sys/arch/luna68k/dev/syscn.h
christos f9f1ccd009 - move prototypes to common header file
- rename function to avoid confusion with pseudo-device attach
2015-08-21 10:48:06 +00:00

7 lines
138 B
C

/* $NetBSD: syscn.h,v 1.1 2015/08/21 10:48:06 christos Exp $ */
void syscninit(int);
int syscngetc(dev_t);
void syscnputc(dev_t, int);