2 * linux/arch/arm/lib/ecard.S
4 * Copyright (C) 1995, 1996 Russell King
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 * 27/03/03 Ian Molton Clean up CONFIG_CPU
13 #include <linux/linkage.h>
14 #include <asm/assembler.h>
16 #define CPSR2SPSR(rt) \
20 @ Purpose: call an expansion card loader to read bytes.
21 @ Proto : char read_loader(int offset, char *card_base, char *loader);
24 ENTRY(ecard_loader_read)
25 stmfd sp!, {r4 - r12, lr}
31 ldmfd sp!, {r4 - r12, pc}
33 @ Purpose: call an expansion card loader to reset the card
34 @ Proto : void read_loader(int card_base, char *loader);
37 ENTRY(ecard_loader_reset)
38 stmfd sp!, {r4 - r12, lr}
43 ldmfd sp!, {r4 - r12, pc}