Changeset 9602 in vbox for trunk/src/VBox/Runtime/r0drv/generic
- Timestamp:
- Jun 11, 2008 12:09:31 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 31917
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp
r9311 r9602 52 52 53 53 54 RTR0DECL(int) RTR0MpNotificationInit(void *pvOS)54 int rtR0MpNotificationInit(void) 55 55 { 56 56 NOREF(pvOS); … … 59 59 60 60 61 RTR0DECL(void) RTR0MpNotificationTerm(void *pvOS)61 void rtR0MpNotificationTerm(void) 62 62 { 63 63 NOREF(pvOS);
Note:
See TracChangeset
for help on using the changeset viewer.