Changeset 8d2dd7f2 in mainline for uspace/drv/nic/rtl8169
- 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/rtl8169
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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.