From: hadaq Date: Thu, 10 Sep 2009 19:58:48 +0000 (+0000) Subject: updates X-Git-Tag: v6.0~343 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2e2d305b3db09f50273656f7f88fcfc2ef4aeff9;p=trbnettools.git updates --- diff --git a/libtrbnet/port.c b/libtrbnet/port.c index 575553f..2e8d30f 100644 --- a/libtrbnet/port.c +++ b/libtrbnet/port.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include diff --git a/libtrbnet/port.h b/libtrbnet/port.h index d4350f2..b4db324 100644 --- a/libtrbnet/port.h +++ b/libtrbnet/port.h @@ -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)