aboutsummaryrefslogtreecommitdiffstats
path: root/unmodified_drivers/linux-2.6/compat-include/linux/io.h
blob: 10499023a584f6d9a52ea6a29c122da922591f06 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _LINUX_IO_H
#define _LINUX_IO_H

#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,16)
#error "This version of Linux should not need compat linux/io.h"
#endif

#include <asm/io.h>

#endif