Skip to content
Snippets Groups Projects
Commit 95542db7 authored by Eric Barton's avatar Eric Barton
Browse files

* Changed qswnal.h to expect more recent QSW headers (it had a

    work-around for missing #defines that are now in the QSW release).
parent e6c2cbf0
No related merge requests found
...@@ -317,13 +317,8 @@ static inline void kqswnal_rx_done (kqswnal_rx_t *krx) ...@@ -317,13 +317,8 @@ static inline void kqswnal_rx_done (kqswnal_rx_t *krx)
#if MULTIRAIL_EKC #if MULTIRAIL_EKC
#if (!defined(EP_RAILMASK_ALL) && !defined(EP_SHUTDOWN)) #ifndef EP_RAILMASK_ALL
/* These are making their way into the EKC subsystem.... */ # error "old (unsupported) version of EKC headers"
# define EP_RAILMASK_ALL 0xFFFF
# define EP_SHUTDOWN EP_ABORT
#else
/* ...Oh! they've got there already! */
# error "qswnal.h older than EKC headers"
#endif #endif
static inline int static inline int
......
...@@ -317,13 +317,8 @@ static inline void kqswnal_rx_done (kqswnal_rx_t *krx) ...@@ -317,13 +317,8 @@ static inline void kqswnal_rx_done (kqswnal_rx_t *krx)
#if MULTIRAIL_EKC #if MULTIRAIL_EKC
#if (!defined(EP_RAILMASK_ALL) && !defined(EP_SHUTDOWN)) #ifndef EP_RAILMASK_ALL
/* These are making their way into the EKC subsystem.... */ # error "old (unsupported) version of EKC headers"
# define EP_RAILMASK_ALL 0xFFFF
# define EP_SHUTDOWN EP_ABORT
#else
/* ...Oh! they've got there already! */
# error "qswnal.h older than EKC headers"
#endif #endif
static inline int static inline int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment