summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/rtems/bsd/local/opt_dpaa.h
blob: a369fca2d35a5f4b92fe1f70059ec54c4806964a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#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
#undef __ppc_generic
#define __ppc_generic
#define KBUILD_MODNAME "dpaa"