summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/ioctl.h')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/ioctl.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/ioctl.h b/cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/ioctl.h
new file mode 100644
index 0000000000..ba765d06b3
--- /dev/null
+++ b/cleopatre/linux-2.6.25.10-spc300/include/asm-arm/arch-spc300/ioctl.h
@@ -0,0 +1,33 @@
+/*
+ * Copyright (C) 2011 SPiDCOM Technologies
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ */
+#ifndef _ARCH_ARM_SPC300_IOCTL_H
+#define _ARCH_ARM_SPC300_IOCTL_H
+
+#include <asm/ioctl.h>
+
+/** IOCTL common definitions */
+
+#define PLCDRV_IOCTL_SETPID (SIOCDEVPRIVATE + 0)
+
+struct plcdrv_setpid
+{
+ int nl; /* Netlink to consider for pid registration */
+ int pid; /* Identifier of the process to register for reception */
+};
+
+#endif /* _ARCH_ARM_SPC300_IOCTL_H */