Changeset 36f0738 in mainline
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7fd2a0
- Parents:
- e8d3c6f5
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified kernel/generic/include/log.h ¶
re8d3c6f5 r36f0738 36 36 #define KERN_LOG_H_ 37 37 38 #include <errno.h> 38 39 #include <stdarg.h> 39 40 #include <stddef.h> -
TabularUnified uspace/lib/c/include/adt/circ_buf.h ¶
re8d3c6f5 r36f0738 36 36 #define LIBC_CIRC_BUF_H_ 37 37 38 #include <errno.h> 38 39 #include <stddef.h> 39 40 -
TabularUnified uspace/lib/c/include/adt/odict.h ¶
re8d3c6f5 r36f0738 36 36 #define LIBC_ODICT_H_ 37 37 38 #include <errno.h> 38 39 #include <stdbool.h> 39 40 #include <stddef.h> -
TabularUnified uspace/lib/c/include/arg_parse.h ¶
re8d3c6f5 r36f0738 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 -
TabularUnified uspace/lib/c/include/corecfg.h ¶
re8d3c6f5 r36f0738 36 36 #define LIBC_CORECFG_H_ 37 37 38 #include <errno.h> 38 39 #include <stdbool.h> 39 40 -
TabularUnified uspace/lib/c/include/inet/addr.h ¶
re8d3c6f5 r36f0738 36 36 #define LIBC_INET_ADDR_H_ 37 37 38 #include <errno.h> 38 39 #include <stdint.h> 39 40 -
TabularUnified uspace/lib/c/include/stacktrace.h ¶
re8d3c6f5 r36f0738 37 37 #define LIBC_STACKTRACE_H_ 38 38 39 #include <errno.h> 39 40 #include <stdint.h> 40 41 #include <stdbool.h> -
TabularUnified uspace/lib/c/include/str.h ¶
re8d3c6f5 r36f0738 37 37 #define LIBC_STR_H_ 38 38 39 #include <errno.h> 39 40 #include <mem.h> 40 41 #include <stddef.h> -
TabularUnified uspace/lib/c/include/sys/time.h ¶
re8d3c6f5 r36f0738 38 38 #define LIBC_SYS_TIME_H_ 39 39 40 #include <errno.h> 40 41 #include <stddef.h> 41 42 #include <stdint.h> -
TabularUnified uspace/lib/c/include/thread.h ¶
re8d3c6f5 r36f0738 36 36 #define LIBC_THREAD_H_ 37 37 38 #include <errno.h> 38 39 #include <libarch/thread.h> 39 40 #include <stdint.h> -
TabularUnified uspace/lib/crypto/crypto.h ¶
re8d3c6f5 r36f0738 30 30 #define LIBCRYPTO_H 31 31 32 #include <errno.h> 32 33 #include <stddef.h> 33 34 #include <stdint.h> -
TabularUnified uspace/lib/usbdev/include/usb/dev/alternate_ifaces.h ¶
re8d3c6f5 r36f0738 38 38 #define LIBUSBDEV_ALTERNATE_IFACES_H_ 39 39 40 #include <errno.h> 40 41 #include <usb/descriptor.h> 41 42 #include <stddef.h> -
TabularUnified uspace/lib/usbhid/include/usb/hid/hiddescriptor.h ¶
re8d3c6f5 r36f0738 36 36 #define LIBUSB_HIDDESCRIPTOR_H_ 37 37 38 #include <errno.h> 38 39 #include <stdint.h> 39 40 #include <adt/list.h> -
TabularUnified uspace/lib/usbhid/include/usb/hid/hidpath.h ¶
re8d3c6f5 r36f0738 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.