Changeset 52192 in vbox for trunk/src/VBox/HostDrivers/Support/solaris
- Timestamp:
- Jul 25, 2014 3:04:01 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r51770 r52192 1269 1269 } 1270 1270 1271 1272 /** 1273 * Returns configuration flags of the host kernel. 1274 */ 1275 SUPR0DECL(uint32_t) SUPR0GetKernelFeatures(void) 1276 { 1277 return 0; 1278 } 1279
Note:
See TracChangeset
for help on using the changeset viewer.