- Timestamp:
- Jun 11, 2008 1:08:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/generic/mpnotification-r0drv-generic.cpp
r9602 r9610 54 54 int rtR0MpNotificationInit(void) 55 55 { 56 NOREF(pvOS);57 56 return VINF_SUCCESS; 58 57 } … … 61 60 void rtR0MpNotificationTerm(void) 62 61 { 63 NOREF(pvOS);64 62 } 65 63
Note:
See TracChangeset
for help on using the changeset viewer.