Changeset 13474 in vbox
- Timestamp:
- Oct 22, 2008 9:29:34 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38273
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/powernotification-r0drv.c
r13470 r13474 270 270 271 271 272 int rtR0P mNotificationInit(void)272 int rtR0PowerNotificationInit(void) 273 273 { 274 274 int rc = VINF_SUCCESS; … … 292 292 293 293 294 void rtR0P mNotificationTerm(void)294 void rtR0PowerNotificationTerm(void) 295 295 { 296 296 RTSPINLOCK hSpinlock = g_hRTPowerNotifySpinLock;
Note:
See TracChangeset
for help on using the changeset viewer.