Changeset facacc71 in mainline
- Timestamp:
- 2018-01-04T20:47:53Z (7 years ago)
- Children:
- 46577995
- Parents:
- 84a1a54
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/log.h
r84a1a54 rfacacc71 36 36 #define KERN_LOG_H_ 37 37 38 #include <errno.h> 38 39 #include <stdarg.h> 39 40 #include <stddef.h> -
uspace/lib/c/include/adt/circ_buf.h
r84a1a54 rfacacc71 36 36 #define LIBC_CIRC_BUF_H_ 37 37 38 #include <errno.h> 38 39 #include <stddef.h> 39 40 -
uspace/lib/c/include/adt/odict.h
r84a1a54 rfacacc71 36 36 #define LIBC_ODICT_H_ 37 37 38 #include <errno.h> 38 39 #include <stdbool.h> 39 40 #include <stddef.h> -
uspace/lib/c/include/arg_parse.h
r84a1a54 rfacacc71 36 36 #define LIBC_ARG_PARSE_H_ 37 37 38 #include <errno.h> 39 38 40 typedef int (*arg_parser)(const char *, int *); 39 41 -
uspace/lib/c/include/corecfg.h
r84a1a54 rfacacc71 36 36 #define LIBC_CORECFG_H_ 37 37 38 #include <errno.h> 38 39 #include <stdbool.h> 39 40 -
uspace/lib/c/include/inet/addr.h
r84a1a54 rfacacc71 36 36 #define LIBC_INET_ADDR_H_ 37 37 38 #include <errno.h> 38 39 #include <stdint.h> 39 40 -
uspace/lib/c/include/stacktrace.h
r84a1a54 rfacacc71 37 37 #define LIBC_STACKTRACE_H_ 38 38 39 #include <errno.h> 39 40 #include <stdint.h> 40 41 #include <stdbool.h> -
uspace/lib/c/include/str.h
r84a1a54 rfacacc71 37 37 #define LIBC_STR_H_ 38 38 39 #include <errno.h> 39 40 #include <mem.h> 40 41 #include <stddef.h> -
uspace/lib/c/include/sys/time.h
r84a1a54 rfacacc71 38 38 #define LIBC_SYS_TIME_H_ 39 39 40 #include <errno.h> 40 41 #include <stddef.h> 41 42 #include <stdint.h> -
uspace/lib/c/include/thread.h
r84a1a54 rfacacc71 36 36 #define LIBC_THREAD_H_ 37 37 38 #include <errno.h> 38 39 #include <libarch/thread.h> 39 40 #include <stdint.h> -
uspace/lib/crypto/crypto.h
r84a1a54 rfacacc71 30 30 #define LIBCRYPTO_H 31 31 32 #include <errno.h> 32 33 #include <stddef.h> 33 34 #include <stdint.h> -
uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h
r84a1a54 rfacacc71 38 38 #define LIBUSBDEV_ALTERNATE_IFACES_H_ 39 39 40 #include <errno.h> 40 41 #include <usb/descriptor.h> 41 42 #include <stddef.h> -
uspace/lib/usbhid/include/usb/hid/hiddescriptor.h
r84a1a54 rfacacc71 36 36 #define LIBUSB_HIDDESCRIPTOR_H_ 37 37 38 #include <errno.h> 38 39 #include <stdint.h> 39 40 #include <adt/list.h> -
uspace/lib/usbhid/include/usb/hid/hidpath.h
r84a1a54 rfacacc71 36 36 #define LIBUSB_HIDPATH_H_ 37 37 38 #include <errno.h> 38 39 #include <usb/hid/hidparser.h> 39 40 #include <stdint.h>
Note:
See TracChangeset
for help on using the changeset viewer.