2 * linux/arch/sh/kernel/io_unknown.c
4 * Copyright (C) 2000 Stuart Menefy (stuart.menefy@st.com)
6 * May be copied or modified under the terms of the GNU General Public
7 * License. See linux/COPYING for more information.
9 * I/O routine for unknown hardware.
12 static unsigned int unknown_handler(void)
17 #define UNKNOWN_ALIAS(fn) \
18 void unknown_##fn(void) __attribute__ ((alias ("unknown_handler")));
44 UNKNOWN_ALIAS(isa_port2addr
)
45 UNKNOWN_ALIAS(ioremap
)
46 UNKNOWN_ALIAS(iounmap
)