Changeset 06e1e95 in mainline for kernel/arch/ia32/include/asm.h
- Timestamp:
- 2006-09-14T17:09:21Z (19 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/ia32/include/asm.h
re5ecc02 r06e1e95 28 28 */ 29 29 30 30 /** @addtogroup ia32 31 31 * @{ 32 32 */ … … 34 34 */ 35 35 36 #ifndef __ia32_ASM_H__37 #define __ia32_ASM_H__36 #ifndef KERN_ia32_ASM_H_ 37 #define KERN_ia32_ASM_H_ 38 38 39 39 #include <arch/pm.h> … … 297 297 #endif 298 298 299 /** @} 300 */ 301 299 /** @} 300 */
Note:
See TracChangeset
for help on using the changeset viewer.