aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-blackfin/sockios.h
diff options
context:
space:
mode:
authorBryan Wu <cooloney@kernel.org>2008-08-27 10:51:02 +0800
committerBryan Wu <cooloney@kernel.org>2008-08-27 10:51:02 +0800
commit639f6571458948b5112be2cf00c0c2c04db2897d (patch)
treea4dd7af33d0e92c935ba1e904f6fb7e923ac825e /include/asm-blackfin/sockios.h
parent3d9b7a5ce534f3963afcf8f4777267e5899fe007 (diff)
downloadkernel_samsung_smdk4412-639f6571458948b5112be2cf00c0c2c04db2897d.zip
kernel_samsung_smdk4412-639f6571458948b5112be2cf00c0c2c04db2897d.tar.gz
kernel_samsung_smdk4412-639f6571458948b5112be2cf00c0c2c04db2897d.tar.bz2
Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'include/asm-blackfin/sockios.h')
-rw-r--r--include/asm-blackfin/sockios.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-blackfin/sockios.h b/include/asm-blackfin/sockios.h
deleted file mode 100644
index 426b89b..0000000
--- a/include/asm-blackfin/sockios.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef __ARCH_BFIN_SOCKIOS__
-#define __ARCH_BFIN_SOCKIOS__
-
-/* Socket-level I/O control calls. */
-#define FIOSETOWN 0x8901
-#define SIOCSPGRP 0x8902
-#define FIOGETOWN 0x8903
-#define SIOCGPGRP 0x8904
-#define SIOCATMARK 0x8905
-#define SIOCGSTAMP 0x8906 /* Get stamp (timeval) */
-#define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */
-
-#endif /* __ARCH_BFIN_SOCKIOS__ */