From: Michal Simek <[EMAIL PROTECTED]>
Signed-off-by: Michal Simek <[EMAIL PROTECTED]> --- include/asm-generic/sockios.h | 23 +++++++++++++++++++++++ include/asm-generic/ucontext.h | 24 ++++++++++++++++++++++++ include/asm-microblaze/fcntl.h | 1 + include/asm-microblaze/sockios.h | 23 +++++++++++++++++++++++ include/asm-microblaze/ucontext.h | 1 + 5 files changed, 72 insertions(+), 0 deletions(-) create mode 100644 include/asm-generic/sockios.h create mode 100644 include/asm-generic/ucontext.h create mode 100644 include/asm-microblaze/fcntl.h create mode 100644 include/asm-microblaze/sockios.h create mode 100644 include/asm-microblaze/ucontext.h diff --git a/include/asm-generic/sockios.h b/include/asm-generic/sockios.h new file mode 100644 index 0000000..9dc86e6 --- /dev/null +++ b/include/asm-generic/sockios.h @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2006 Atmark Techno, Inc. + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + */ + +#ifndef _ASM_GENERIC_SOCKIOS_H +#define _ASM_GENERIC_SOCKIOS_H + +#include <asm-generic/ioctl.h> + +/* 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 /* _ASM_GENERIC_SOCKIOS_H */ diff --git a/include/asm-generic/ucontext.h b/include/asm-generic/ucontext.h new file mode 100644 index 0000000..3e718c2 --- /dev/null +++ b/include/asm-generic/ucontext.h @@ -0,0 +1,24 @@ +/* + * include/asm-generic/ucontext.h + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + * + * Copyright (C) 2006 Atmark Techno, Inc. + */ + +#ifndef _ASM_GENERIC_UCONTEXT_H +#define _ASM_GENERIC_UCONTEXT_H + +#include <asm/sigcontext.h> + +struct ucontext { + unsigned long uc_flags; + struct ucontext *uc_link; + stack_t uc_stack; + struct sigcontext uc_mcontext; + sigset_t uc_sigmask; /* mask last for extensibility */ +}; + +#endif /* _ASM_GENERIC_UCONTEXT_H */ diff --git a/include/asm-microblaze/fcntl.h b/include/asm-microblaze/fcntl.h new file mode 100644 index 0000000..46ab12d --- /dev/null +++ b/include/asm-microblaze/fcntl.h @@ -0,0 +1 @@ +#include <asm-generic/fcntl.h> diff --git a/include/asm-microblaze/sockios.h b/include/asm-microblaze/sockios.h new file mode 100644 index 0000000..41d1a0c --- /dev/null +++ b/include/asm-microblaze/sockios.h @@ -0,0 +1,23 @@ +/* + * Copyright (C) 2006 Atmark Techno, Inc. + * + * This file is subject to the terms and conditions of the GNU General Public + * License. See the file "COPYING" in the main directory of this archive + * for more details. + */ + +#ifndef _ASM_MICROBLAZE_SOCKIOS_H +#define _ASM_MICROBLAZE_SOCKIOS_H + +#include <asm/ioctl.h> + +/* 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 /* _ASM_MICROBLAZE_SOCKIOS_H */ diff --git a/include/asm-microblaze/ucontext.h b/include/asm-microblaze/ucontext.h new file mode 100644 index 0000000..9bc07b9 --- /dev/null +++ b/include/asm-microblaze/ucontext.h @@ -0,0 +1 @@ +#include <asm-generic/ucontext.h> -- 1.5.4.GIT _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev