| plan 9 kernel history: overview | file list | diff list |
2002/0405/alphapc/dat.h (diff list | history)
| 2002/0404/sys/src/9/alphapc/dat.h:1,5 – 2002/0405/sys/src/9/alphapc/dat.h:1,5 (short | long | prev | next) | ||
| 1999/0415 | typedef struct Conf Conf; | |
| 2002/0404 |
| |
| 2002/0405 | typedef struct Timer Timer; | |
| 1999/0415 | typedef struct FPsave FPsave; typedef struct ISAConf ISAConf; typedef struct Label Label; | |
| 2002/0404/sys/src/9/alphapc/dat.h:252,261 – 2002/0405/sys/src/9/alphapc/dat.h:252,261 | ||
| 2002/0404 | /* * fasttick timer interrupts (Dummy for now) */ | |
| 2002/0405 | struct Timer | |
| 2002/0404 | { vlong when; /* fastticks when f should be called */ | |
| 2002/0405 | void (*f)(Ureg*, Timer*); | |
| 2002/0404 | void *a; | |
| 2002/0405 | Timer *next; | |
| 2001/1023 | }; | |