Changeset 1f12fab in mainline for kernel/arch/sparc32/include/arch/proc/thread.h
- Timestamp:
- 2013-10-07T20:00:34Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a73ebf0
- Parents:
- 80d9d83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/sparc32/include/arch/proc/thread.h
r80d9d83 r1f12fab 1 1 /* 2 * Copyright (c) 201 0 Martin Decky2 * Copyright (c) 2013 Jakub Klama 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup abs32leproc29 /** @addtogroup sparc32proc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_ abs32le_THREAD_H_36 #define KERN_ abs32le_THREAD_H_35 #ifndef KERN_sparc32_THREAD_H_ 36 #define KERN_sparc32_THREAD_H_ 37 37 38 38 #include <typedefs.h> 39 39 40 40 typedef struct { 41 /** Buffer for register windows with userspace content. */ 42 uint8_t *uspace_window_buffer; 41 43 } thread_arch_t; 42 43 #define thr_constructor_arch(thr)44 #define thr_destructor_arch(thr)45 44 46 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.