Changeset 1f12fab in mainline for kernel/arch/sparc32/include/arch/arch.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/arch.h
r80d9d83 r1f12fab 41 41 #include <typedefs.h> 42 42 43 #define NWINDOWS 8 44 43 45 /* ASI assignments: */ 44 46 #define ASI_CACHEMISS 0x01 … … 63 65 } bootinfo_t; 64 66 65 void arch_pre_main(bootinfo_t *bootinfo); 67 extern uintptr_t kernel_sp; 68 extern uintptr_t uspace_wbuf; 69 70 extern void arch_pre_main(void *unused, bootinfo_t *bootinfo); 66 71 67 72 #endif
Note:
See TracChangeset
for help on using the changeset viewer.