Changeset 6843a9c in mainline for kernel/arch/ia32/include/arch.h
- Timestamp:
- 2012-06-29T13:02:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 722912e
- Parents:
- ba72f2b (diff), 0bbd13e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/include/arch.h
rba72f2b r6843a9c 36 36 #define KERN_ia32_ARCH_H_ 37 37 38 #include < genarch/multiboot/multiboot.h>38 #include <typedefs.h> 39 39 40 extern void arch_pre_main(uint32_t, const multiboot_info_t*);40 extern void arch_pre_main(uint32_t, void *); 41 41 42 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.