Changeset d9fdd5a in mainline for kernel/arch/arm32/include
- Timestamp:
- 2018-04-17T14:10:20Z (8 years ago)
- Parents:
- 30e9f42
- Location:
- kernel/arch/arm32/include/arch
- Files:
-
- 2 edited
-
context_struct.h (modified) (2 diffs)
-
istate_struct.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/arch/context_struct.h
r30e9f42 rd9fdd5a 27 27 */ 28 28 29 #pragma once 29 #ifndef KERN_ARCH_CONTEXT_STRUCT_H_ 30 #define KERN_ARCH_CONTEXT_STRUCT_H_ 31 30 32 #include <typedefs.h> 31 33 … … 51 53 } context_t; 52 54 55 #endif 56 -
kernel/arch/arm32/include/arch/istate_struct.h
r30e9f42 rd9fdd5a 27 27 */ 28 28 29 #pragma once 29 #ifndef KERN_ARCH_ISTATE_STRUCT_H_ 30 #define KERN_ARCH_ISTATE_STRUCT_H_ 31 30 32 #include <stdint.h> 31 33 … … 53 55 } istate_t; 54 56 57 #endif 58
Note:
See TracChangeset
for help on using the changeset viewer.
