summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-04-12 20:55:03 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-04-12 20:55:03 (GMT)
commit81dab211200deb1f6b665810ab0e430181cf7bfd (patch)
tree1bc72e789dda7952551b58c5b4684456b692b602 /uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h
parent53d491d04770dac7e402b20340561ccb399981c9 (diff)
downloadopenipcam-81dab211200deb1f6b665810ab0e430181cf7bfd.zip
openipcam-81dab211200deb1f6b665810ab0e430181cf7bfd.tar.gz
openipcam-81dab211200deb1f6b665810ab0e430181cf7bfd.tar.bz2
Architecture specific stuff, basically, without drivers.
Diffstat (limited to 'uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h')
-rw-r--r--uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h b/uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h
index af756fd..b2b99ad 100644
--- a/uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h
+++ b/uClinux-2.4.20-uc1/include/asm-armnommu/unistd.h
@@ -243,6 +243,14 @@
#define __NR_mincore (__NR_SYSCALL_BASE+219)
#define __NR_madvise (__NR_SYSCALL_BASE+220)
#define __NR_fcntl64 (__NR_SYSCALL_BASE+221)
+#define __NR_FindImage (__NR_SYSCALL_BASE+222)
+#define __NR_DelImage (__NR_SYSCALL_BASE+223)
+#define __NR_CorruptCheck (__NR_SYSCALL_BASE+224)
+#define __NR_ReadWinbondFlash (__NR_SYSCALL_BASE+225)
+#define __NR_WriteWinbondFlash (__NR_SYSCALL_BASE+226)
+
+#define __NR_GPIO_I2C_Byte_Xfer (__NR_SYSCALL_BASE+231)
+#define __NR_GPIO_SPI_Send_Byte (__NR_SYSCALL_BASE+232)
/*
* The following SWIs are ARM private.