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 *);
6
}
ConsoleDevice
;
7
8
# define CONS_DECL(name)
9
10
#endif
/* !SYS_DEV_CONSOLE_H */
ConsoleDevice
Definition:
console.h:4
sys
dev
console.h
Generated by
1.9.1