Changeset 77722 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux
- Timestamp:
- Mar 15, 2019 11:37:18 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129370
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/VBoxNetAdp-linux.c
r76553 r77722 71 71 * Internal Functions * 72 72 *********************************************************************************************************************************/ 73 static int VBoxNetAdpLinuxInit(void);74 static void VBoxNetAdpLinuxUnload(void);73 static int __init VBoxNetAdpLinuxInit(void); 74 static void __exit VBoxNetAdpLinuxUnload(void); 75 75 76 76 static int VBoxNetAdpLinuxOpen(struct inode *pInode, struct file *pFilp);
Note:
See TracChangeset
for help on using the changeset viewer.