Changeset 38d150e in mainline for uspace/drv
- Timestamp:
- 2017-12-02T09:44:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40feeac
- Parents:
- b5abaf7
- Location:
- uspace/drv
- Files:
-
- 6 edited
-
bus/isa/isa.c (modified) (1 diff)
-
bus/usb/ohci/hw_struct/hcca.h (modified) (1 diff)
-
char/ns8250/ns8250.c (modified) (1 diff)
-
fb/kfb/port.c (modified) (1 diff)
-
nic/ar9271/ath_usb.c (modified) (1 diff)
-
nic/ar9271/wmi.c (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> -
uspace/drv/char/ns8250/ns8250.c
rb5abaf7 r38d150e 46 46 #include <ctype.h> 47 47 #include <macros.h> 48 #include < malloc.h>48 #include <stdlib.h> 49 49 #include <dirent.h> 50 50 #include <ddi.h> -
uspace/drv/fb/kfb/port.c
rb5abaf7 r38d150e 42 42 #include <errno.h> 43 43 44 #include < malloc.h>44 #include <stdlib.h> 45 45 #include <mem.h> 46 46 #include <as.h> -
uspace/drv/nic/ar9271/ath_usb.c
rb5abaf7 r38d150e 35 35 #include <usb/dev/pipes.h> 36 36 #include <usb/debug.h> 37 #include < malloc.h>37 #include <stdlib.h> 38 38 #include <errno.h> 39 39 #include "ath_usb.h" -
uspace/drv/nic/ar9271/wmi.c
rb5abaf7 r38d150e 35 35 #include <usb/debug.h> 36 36 #include <errno.h> 37 #include < malloc.h>37 #include <stdlib.h> 38 38 #include <mem.h> 39 39 #include <byteorder.h>
Note:
See TracChangeset
for help on using the changeset viewer.
