Changeset d99c1d2 in mainline for kernel/arch/ia32/include/proc/thread.h
- Timestamp:
- 2010-03-23T14:41:06Z (13 years ago)
- Branches:
- lfn, master, serial
- Children:
- 1b1164e8
- Parents:
- 7c682dd1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/proc/thread.h
r7c682dd1 rd99c1d2 36 36 #define KERN_ia32_THREAD_H_ 37 37 38 #include < arch/types.h>38 #include <typedefs.h> 39 39 40 40 typedef struct { … … 42 42 } thread_arch_t; 43 43 44 #define thr_constructor_arch(t )45 #define thr_destructor_arch(t )44 #define thr_constructor_arch(thr) 45 #define thr_destructor_arch(thr) 46 46 47 47 #endif
Note: See TracChangeset
for help on using the changeset viewer.