Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c
r54208 r57358 30 30 31 31 32 /******************************************************************************* 33 * Header Files *34 ******************************************************************************* /32 /********************************************************************************************************************************* 33 * Header Files * 34 *********************************************************************************************************************************/ 35 35 #include "the-freebsd-kernel.h" 36 36 … … 46 46 47 47 48 /******************************************************************************* 49 * Structures and Typedefs *50 ******************************************************************************* /48 /********************************************************************************************************************************* 49 * Structures and Typedefs * 50 *********************************************************************************************************************************/ 51 51 /** 52 52 * The internal representation of an FreeBSD timer handle. … … 83 83 84 84 85 /******************************************************************************* 86 * Internal Functions *87 ******************************************************************************* /85 /********************************************************************************************************************************* 86 * Internal Functions * 87 *********************************************************************************************************************************/ 88 88 static void rtTimerFreeBSDCallback(void *pvTimer); 89 89
Note:
See TracChangeset
for help on using the changeset viewer.