| plan 9 kernel history: overview | file list | diff list |
2002/0109/port/portdat.h (diff list | history)
| 2001/1122/sys/src/9/port/portdat.h:185,190 – 2002/0109/sys/src/9/port/portdat.h:185,191 (short | long | prev | next) | ||
|
Add devshutdown.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1997/0408 | ||
| 1992/0824 | void (*reset)(void); void (*init)(void); | |
| 2002/0109 | void (*shutdown)(void); | |
| 1992/0824 | Chan* (*attach)(char*); | |
| 2001/0527 | Walkqid* (*walk)(Chan*, Chan*, char**, int); int (*stat)(Chan*, uchar*, int); | |