Changeset deca67b in mainline for kernel/arch/ia32/include/arch.h


Ignore:
Timestamp:
2009-03-03T12:56:20Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
add04f7
Parents:
2f57690
Message:

rename ia32_cboot() to arch_pre_main() and move it to ia32.c (to be in line with other platforms)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/include/arch.h

    r2f57690 rdeca67b  
    2727 */
    2828
    29 /** @addtogroup ia32   
     29/** @addtogroup ia32
    3030 * @{
    3131 */
     
    3636#define KERN_ia32_ARCH_H_
    3737
     38#include <arch/boot/multiboot.h>
     39
     40extern void arch_pre_main(uint32_t signature, const mb_info_t *mi);
     41
    3842#endif
    3943
Note: See TracChangeset for help on using the changeset viewer.