Changeset de1712e in mainline for boot/generic/include
- Timestamp:
- 2017-06-04T19:47:46Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d735e2e
- Parents:
- aaae6d9
- Location:
- boot/generic/include
- Files:
-
- 6 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/include/balloc.h
raaae6d9 rde1712e 30 30 #define BOOT_BALLOC_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 34 34 typedef struct { -
boot/generic/include/inflate.h
raaae6d9 rde1712e 30 30 #define BOOT_INFLATE_H_ 31 31 32 #include < typedefs.h>32 #include <stddef.h> 33 33 34 34 extern int inflate(void *, size_t, void *, size_t); -
boot/generic/include/memstr.h
raaae6d9 rde1712e 33 33 #define BOOT_MEMSTR_H_ 34 34 35 #include < typedefs.h>35 #include <stddef.h> 36 36 37 37 extern void *memcpy(void *, const void *, size_t) -
boot/generic/include/printf.h
raaae6d9 rde1712e 33 33 #define BOOT_PRINT_H_ 34 34 35 #include < typedefs.h>35 #include <stddef.h> 36 36 #include <stdarg.h> 37 37 #include <printf_verify.h> -
boot/generic/include/printf_core.h
raaae6d9 rde1712e 33 33 #define BOOT_PRINTF_CORE_H_ 34 34 35 #include < typedefs.h>35 #include <stddef.h> 36 36 #include <stdarg.h> 37 37 -
boot/generic/include/stddef.h
raaae6d9 rde1712e 30 30 */ 31 31 32 #ifndef BOOT_ TYPEDEFS_H_33 #define BOOT_ TYPEDEFS_H_32 #ifndef BOOT_STDDEF_H_ 33 #define BOOT_STDDEF_H_ 34 34 35 35 #include <stdint.h> -
boot/generic/include/str.h
raaae6d9 rde1712e 33 33 #define BOOT_STR_H_ 34 34 35 #include < typedefs.h>35 #include <stddef.h> 36 36 37 37 /**< Common Unicode characters */
Note:
See TracChangeset
for help on using the changeset viewer.