patch-2.3.16 linux/include/asm-arm/processor.h
Next file: linux/include/asm-arm/procinfo.h
Previous file: linux/include/asm-arm/proc-fns.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Aug 30 18:15:21 1999
- Orig file:
v2.3.15/linux/include/asm-arm/processor.h
- Orig date:
Mon Aug 2 10:19:52 1999
diff -u --recursive --new-file v2.3.15/linux/include/asm-arm/processor.h linux/include/asm-arm/processor.h
@@ -114,6 +114,11 @@
#define init_task (init_task_union.task)
#define init_stack (init_task_union.stack)
+/*
+ * Create a new kernel thread
+ */
+extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
+
#endif
#endif /* __ASM_ARM_PROCESSOR_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)