summaryrefslogtreecommitdiff
path: root/include/cplb.h
blob: a31063fcb4090667ad42e29c89295eeb175aeb23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#if defined(HEADER_WARNING)
#warning "This header should not be included directly."
#endif


#if defined(__rtems_bfin_TLL6527M__)
#  include <bfin/TLL6527M/cplb.h>
#elif defined(__rtems_bfin_eZKit533__)
#  include <bfin/eZKit533/cplb.h>
#else
#  error "__rtems_<arch>_<bsp>__ must be defined, for example: __rtems_sparc_erc32__"
#endif