Changeset 06e1e95 in mainline for kernel/arch/amd64/include/context.h
- Timestamp:
- 2006-09-14T17:09:21Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f1d1f5d3
- Parents:
- e5ecc02
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/context.h
re5ecc02 r06e1e95 27 27 */ 28 28 29 29 /** @addtogroup amd64 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __amd64_CONTEXT_H__36 #define __amd64_CONTEXT_H__35 #ifndef KERN_amd64_CONTEXT_H_ 36 #define KERN_amd64_CONTEXT_H_ 37 37 38 #ifndef __amd64_TYPES_H__38 #ifndef KERN_amd64_TYPES_H_ 39 39 # include <arch/types.h> 40 40 #endif … … 67 67 #endif 68 68 69 69 /** @} 70 70 */ 71
Note:
See TracChangeset
for help on using the changeset viewer.