Rev 4015 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4015 | Rev 4022 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | /* |
1 | /* |
| 2 | * Copyright (c) 2005 Martin Decky |
2 | * Copyright (c) 2009 Martin Decky |
| 3 | * All rights reserved. |
3 | * All rights reserved. |
| 4 | * |
4 | * |
| 5 | * Redistribution and use in source and binary forms, with or without |
5 | * Redistribution and use in source and binary forms, with or without |
| 6 | * modification, are permitted provided that the following conditions |
6 | * modification, are permitted provided that the following conditions |
| 7 | * are met: |
7 | * are met: |
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #ifndef KERN_ia32_ARCH_H_ |
35 | #ifndef KERN_ia32_ARCH_H_ |
| 36 | #define KERN_ia32_ARCH_H_ |
36 | #define KERN_ia32_ARCH_H_ |
| 37 | 37 | ||
| 38 | #include <arch/boot/multiboot.h> |
38 | #include <genarch/multiboot/multiboot.h> |
| 39 | 39 | ||
| 40 | extern void arch_pre_main(uint32_t signature, const mb_info_t *mi); |
40 | extern void arch_pre_main(uint32_t, const multiboot_info_t *); |
| 41 | 41 | ||
| 42 | #endif |
42 | #endif |
| 43 | 43 | ||
| 44 | /** @} |
44 | /** @} |
| 45 | */ |
45 | */ |