Changeset 0ffa3ef5 in mainline for arch/sparc64/include/asm.h
- Timestamp:
- 2006-07-10T20:57:30Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 11675207
- Parents:
- 7f1c620
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/include/asm.h
r7f1c620 r0ffa3ef5 27 27 */ 28 28 29 29 /** @addtogroup sparc64 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __sparc64_ASM_H__36 #define __sparc64_ASM_H__35 #ifndef KERN_sparc64_ASM_H_ 36 #define KERN_sparc64_ASM_H_ 37 37 38 38 #include <typedefs.h> … … 305 305 } 306 306 307 308 309 307 void cpu_halt(void); 310 308 void cpu_sleep(void); … … 313 311 #endif 314 312 315 /** @} 316 */ 317 313 /** @} 314 */
Note:
See TracChangeset
for help on using the changeset viewer.