summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h
blob: bb9fb7af2c53456d695ccd380e6eccf5b0933cb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <bsp.h>

#ifdef LIBBSP_POWERPC_QORIQ_BSP_H
#if QORIQ_CHIP_IS_T_VARIANT(QORIQ_CHIP_VARIANT)
#include <bsp/qoriq.h>
#endif
#else
#define QORIQ_CHIP_IS_T_VARIANT(x) 0
#endif

#ifdef QORIQ_IS_HYPERVISOR_GUEST
#define SDK_DPAA_COMPAT_STATIC
#else
#define SDK_DPAA_COMPAT_STATIC static
#endif

#undef __ppc_generic
#define __ppc_generic

#define KBUILD_MODNAME "dpaa"