Changeset 20480 in vbox
- Timestamp:
- Jun 11, 2009 7:12:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/i86pc/sys/vbi.h
r20471 r20480 242 242 */ 243 243 typedef struct vbi_cpu_watch vbi_cpu_watch_t; 244 extern vbi_cpu_watch_t *vbi_watch_cpus(void (*func)( ), void *arg,244 extern vbi_cpu_watch_t *vbi_watch_cpus(void (*func)(void), void *arg, 245 245 int current_too); 246 246 extern void vbi_ignore_cpus(vbi_cpu_watch_t *);
Note:
See TracChangeset
for help on using the changeset viewer.