]> jspc29.x-matter.uni-frankfurt.de Git - trbnettools.git/commitdiff
updates
authorhadaq <hadaq>
Thu, 10 Sep 2009 19:58:48 +0000 (19:58 +0000)
committerhadaq <hadaq>
Thu, 10 Sep 2009 19:58:48 +0000 (19:58 +0000)
libtrbnet/port.c
libtrbnet/port.h

index 575553f71158f056a18d1ade276e906d110e5431..2e8d30f260d1c75717321674115c72e892b5aae3 100644 (file)
@@ -6,7 +6,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
-#include <signal.h>
 #include <time.h>
 #include <sys/mman.h>
 
index d4350f2329ba683aeb5d7fa91076adb3aecdca2d..b4db324f244f16564d81cc77ecebf47fd807f4ca 100644 (file)
@@ -25,8 +25,6 @@ extern volatile uint32_t* GPIOE_OUT_OFFSET;
 extern volatile uint32_t* GPIOE_IN_OFFSET; 
 extern volatile uint32_t* GPIOE_OE_OFFSET; 
 
-extern sigset_t GPIOE_BLOCKSET;
-
 #define GPIO_PA 0x00
 #define GPIO_PB 0x20 / sizeof(uint32_t)
 #define GPIO_PC 0x30 / sizeof(uint32_t)