entry-macro.S 162 字节
Newer Older
R
Russell King 已提交
1
#include <asm/hardware.h>
L
Linus Torvalds 已提交
2
#include <asm/hardware/entry-macro-iomd.S>
3 4 5 6 7
	.macro  get_irqnr_preamble, base, tmp
	.endm

	.macro  arch_ret_to_user, tmp1, tmp2
	.endm
L
Linus Torvalds 已提交
8