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

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

#include <asm/scatterlist.h>

#endif /* _LINUX_SCATTERLIST_H */