Changeset 25f089b in mainline for arch/mips32/loader/asm.h


Ignore:
Timestamp:
2006-06-10T11:04:11Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5cd717
Parents:
2d1a1d4
Message:

mips piggybacker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/loader/asm.h

    r2d1a1d4 r25f089b  
    3030#define __ASM_H__
    3131
    32 void jump_to_kernel(void *code) __attribute__((noreturn));
     32#define PAGE_SIZE 16384
     33#define PAGE_WIDTH 14
     34
     35#define memcpy(dst, src, cnt)  __builtin_memcpy((dst), (src), (cnt))
     36
     37void jump_to_kernel(void *entry, void *bootinfo, unsigned int bootinfo_size) __attribute__((noreturn));
    3338
    3439#endif
Note: See TracChangeset for help on using the changeset viewer.