2021-05-13 16:33:40 +08:00
|
|
|
#include "netif/xtopology.h"
|
|
|
|
#include "xparameters.h"
|
|
|
|
|
|
|
|
struct xtopology_t xtopology[] = {
|
2021-05-14 14:42:21 +08:00
|
|
|
{
|
|
|
|
0xFF0E0000,
|
|
|
|
xemac_type_emacps,
|
|
|
|
0x0,
|
|
|
|
0x0,
|
|
|
|
0xF8F00100,
|
|
|
|
XPAR_XEMACPS_3_INTR,
|
|
|
|
},
|
2021-05-13 16:33:40 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
int xtopology_n_emacs = 1;
|