Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2356 → Rev 2357

/branches/arm/kernel/arch/arm32/include/context.h
46,7 → 46,7
 
#include <arch/types.h>
 
/* Struct containing registers that must be preserved across function calls. */
/** Thread context containing registers that must be preserved across function calls. */
typedef struct {
uint32_t cpu_mode;
uintptr_t sp;