Changeset 58340 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Oct 20, 2015 1:58:41 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103540
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r57840 r58340 604 604 * Suspend callback. 605 605 * @param pDev Pointer to the platform device. 606 * @param State message type, see Documentation/power/devices.txt. 607 */ 608 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30) 606 * @param State Message type, see Documentation/power/devices.txt. 607 * Ignored. 608 */ 609 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 30) && !defined(DOXYGEN_RUNNING) 609 610 static int VBoxDrvSuspend(struct device *pDev) 610 611 # else … … 640 641 * @param ulArg The argument specified to ioctl(). 641 642 */ 642 #if def HAVE_UNLOCKED_IOCTL643 #if defined(HAVE_UNLOCKED_IOCTL) || defined(DOXYGEN_RUNNING) 643 644 static long VBoxDrvLinuxIOCtl(struct file *pFilp, unsigned int uCmd, unsigned long ulArg) 644 645 #else … … 811 812 * 812 813 * @returns VBox status code, see supdrvIDC. 813 * @param iReq The request code.814 * @param uReq The request code. 814 815 * @param pReq The request. 815 816 */
Note:
See TracChangeset
for help on using the changeset viewer.