Changeset 32fffef0 in mainline for kernel/arch/ppc32/include/proc/thread.h
- Timestamp:
- 2006-08-29T11:06:57Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa6044
- Parents:
- c8ea4a8b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/include/proc/thread.h
rc8ea4a8b r32fffef0 27 27 */ 28 28 29 29 /** @addtogroup ppc32proc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __ppc32_THREAD_H__36 #define __ppc32_THREAD_H__35 #ifndef KERN_ppc32_THREAD_H_ 36 #define KERN_ppc32_THREAD_H_ 37 37 38 38 typedef struct { 39 39 } thread_arch_t; 40 40 41 #define thr_constructor_arch(t) 42 #define thr_destructor_arch(t) 41 43 #define thread_create_arch(t) 42 44 43 45 #endif 44 46 45 47 /** @} 46 48 */ 47
Note:
See TracChangeset
for help on using the changeset viewer.