Blackfin arch: move include/asm-blackfin header files to arch/blackfin
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
13
arch/blackfin/include/asm/sockios.h
Normal file
13
arch/blackfin/include/asm/sockios.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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__ */
|
Reference in New Issue
Block a user