| plan 9 kernel history: overview | file list | diff list |
1990/0911/gnot/dat.h (diff list | history)
| 1990/0905/sys/src/9/gnot/dat.h:144,149 – 1990/0911/sys/src/9/gnot/dat.h:144,150 (short | long | prev | next) | ||
| 1990/0327 | int nbitbyte; /* bytes of bitmap data (devbit.c) */ | |
| 1990/0623 | int nfont; /* font structs (devbit.c) */ | |
| 1990/0717 | int nurp; /* max urp conversations */ | |
| 1990/0911 | int nasync; /* number of async protocol modules */ | |
| 1990/03091 | }; struct Dev | |
| 1990/0905/sys/src/9/gnot/dat.h:371,376 – 1990/0911/sys/src/9/gnot/dat.h:372,379 | ||
| 1990/03091 | void (*open)(Queue*, Stream*); void (*close)(Queue*); char *name; | |
| 1990/0911 | void (*reset)(void); /* initialization */ Qinfo *next; | |
| 1990/03091 | }; /* | |