Changeset 20374 in vbox for trunk/src/VBox/Runtime/r0drv/os2
- Timestamp:
- Jun 8, 2009 12:43:21 AM (16 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/os2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/os2/the-os2-kernel.h
r20364 r20374 40 40 #include <os2ddk/devhlp.h> 41 41 42 RT_ BEGIN_DECLS42 RT_C_DECLS_BEGIN 43 43 44 44 extern PCDOSTABLE g_pDosTable; … … 51 51 DECLASM(int) RTR0Os2DHVMGlobalToProcess(ULONG fFlags, PVOID pvR0, ULONG cb, PPVOID ppvR3); 52 52 53 RT_ END_DECLS53 RT_C_DECLS_END 54 54 55 55 #endif -
trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp
r20364 r20374 101 101 * Internal Functions * 102 102 *******************************************************************************/ 103 RT_ BEGIN_DECLS103 RT_C_DECLS_BEGIN 104 104 DECLASM(void) rtTimerOs2Tick(void); 105 105 DECLASM(int) rtTimerOs2Arm(void); 106 106 DECLASM(int) rtTimerOs2Dearm(void); 107 RT_ END_DECLS107 RT_C_DECLS_END 108 108 109 109
Note:
See TracChangeset
for help on using the changeset viewer.