Changeset 32fffef0 in mainline for kernel/arch/amd64/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/amd64/include/proc/thread.h
rc8ea4a8b r32fffef0 27 27 */ 28 28 29 29 /** @addtogroup amd64proc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef __amd64_THREAD_H__36 #define __amd64_THREAD_H__35 #ifndef KERN_amd64_THREAD_H_ 36 #define KERN_amd64_THREAD_H_ 37 37 38 38 #include <arch/types.h> … … 42 42 } thread_arch_t; 43 43 44 #define thr_constructor_arch(t) 45 #define thr_destructor_arch(t) 46 44 47 #endif 45 48 46 49 /** @} 47 50 */ 48
Note:
See TracChangeset
for help on using the changeset viewer.