Changeset 8d2dd7f2 in mainline for uspace/drv/nic
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/drv/nic
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/htc.h
re48947e r8d2dd7f2 40 40 #include <fibril_synch.h> 41 41 #include <usb/dev/driver.h> 42 #include <sys/types.h> 42 #include <stddef.h> 43 #include <stdint.h> 43 44 #include <nic.h> 44 45 #include "ath.h" -
uspace/drv/nic/rtl8139/defs.h
re48947e r8d2dd7f2 36 36 #define RTL8139_DEFS_H_ 37 37 38 #include <s ys/types.h>38 #include <stdint.h> 39 39 #include <ddi.h> 40 40 -
uspace/drv/nic/rtl8139/driver.h
re48947e r8d2dd7f2 30 30 #define RTL8139_DRIVER_H_ 31 31 32 #include <s ys/types.h>32 #include <stddef.h> 33 33 #include <stdint.h> 34 34 #include "defs.h" -
uspace/drv/nic/rtl8169/defs.h
re48947e r8d2dd7f2 37 37 #define RTL8169_DEFS_H_ 38 38 39 #include <s ys/types.h>39 #include <stdint.h> 40 40 #include <ddi.h> 41 41 -
uspace/drv/nic/rtl8169/driver.h
re48947e r8d2dd7f2 31 31 #define RTL8169_DRIVER_H_ 32 32 33 #include <s ys/types.h>33 #include <stddef.h> 34 34 #include <stdint.h> 35 35 #include "defs.h"
Note:
See TracChangeset
for help on using the changeset viewer.