summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/arch/armnommu/kernel/calls.S
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/arch/armnommu/kernel/calls.S
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/arch/armnommu/kernel/calls.S')
-rw-r--r--uClinux-2.4.20-uc1/arch/armnommu/kernel/calls.S16
1 files changed, 16 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/arch/armnommu/kernel/calls.S b/uClinux-2.4.20-uc1/arch/armnommu/kernel/calls.S
index ee1b74a..c769133 100644
--- a/uClinux-2.4.20-uc1/arch/armnommu/kernel/calls.S
+++ b/uClinux-2.4.20-uc1/arch/armnommu/kernel/calls.S
@@ -236,6 +236,22 @@ __syscall_start:
.long SYMBOL_NAME(sys_mincore)
/* 220 */ .long SYMBOL_NAME(sys_madvise)
.long SYMBOL_NAME(sys_fcntl64)
+ .long SYMBOL_NAME(sys_FindImage)
+ .long SYMBOL_NAME(sys_DelImage)
+ .long SYMBOL_NAME(sys_CorruptCheck)
+/* 225 */ .long SYMBOL_NAME(sys_ReadWinbondFlash)
+ .long SYMBOL_NAME(sys_WriteWinbondFlash)
+ .long SYMBOL_NAME(sys_WinbondFlashBlockSize)
+ .long SYMBOL_NAME(sys_WinbondFlashTotalSize)
+ .long SYMBOL_NAME(sys_WinbondFlashBase)
+
+#ifdef CONFIG_USB_WBUSBD
+/* 230 */
+ .long SYMBOL_NAME(sys_WinbondUSBRead)
+ .long SYMBOL_NAME(sys_WinbondUSBWrite)
+ .long SYMBOL_NAME(sys_WinbondUSBGetCBW)
+#endif
+
__syscall_end:
.rept NR_syscalls - (__syscall_end - __syscall_start) / 4