QDNix
Quick’n’dirty *NIX
console.h
1 #ifndef SYS_DEV_CONSOLE_H
2 # define SYS_DEV_CONSOLE_H 1
3 
4 typedef struct consoledevice {
5  void (*probe)(struct consoledevice *);
7 
8 # define CONS_DECL(name)
9 
10 #endif /* !SYS_DEV_CONSOLE_H */