Changeset 153 for trunk/src/os2ahci/apm.c
- Timestamp:
- Apr 3, 2013, 11:13:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/apm.c
r87 r153 105 105 int d; 106 106 107 if (suspended) return; 107 108 dprintf("apm_suspend()\n"); 108 109 … … 140 141 } 141 142 143 suspended = 1; 142 144 dprintf("apm_suspend() finished\n"); 143 145 } … … 151 153 int a; 152 154 155 if (!suspended) return; 153 156 dprintf("apm_resume()\n"); 154 157 … … 172 175 } 173 176 177 suspended = 0; 174 178 dprintf("apm_resume() finished\n"); 175 179 }
Note:
See TracChangeset
for help on using the changeset viewer.