Add z80 signals

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@472 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-12-31 15:45:58 +00:00
parent ab44069b4b
commit b6f43e7144
12 changed files with 119 additions and 79 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
* Public Variables
****************************************************************************/
typedef void (*sig_deliver_t)(_TCB *tcb);
typedef void (*sig_deliver_t)(FAR _TCB *tcb);
/****************************************************************************
* Public Function Prototypes