Changeset 38d150e in mainline for uspace/drv/bus
- Timestamp:
- 2017-12-02T09:44:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- Location:
- uspace/drv/bus
- Files:
-
- 2 edited
-
isa/isa.c (modified) (1 diff)
-
usb/ohci/hw_struct/hcca.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
rb5abaf7 r38d150e 49 49 #include <ctype.h> 50 50 #include <macros.h> 51 #include < malloc.h>51 #include <stdlib.h> 52 52 #include <dirent.h> 53 53 #include <ipc/irc.h> -
uspace/drv/bus/usb/ohci/hw_struct/hcca.h
rb5abaf7 r38d150e 37 37 #define DRV_OHCI_HW_STRUCT_HCCA_H 38 38 39 #include < malloc.h>39 #include <stdlib.h> 40 40 #include <stdint.h> 41 41 #include <macros.h>
Note:
See TracChangeset
for help on using the changeset viewer.
