16 lines
256 B
C
16 lines
256 B
C
#include "netif/xtopology.h"
|
|
#include "xparameters.h"
|
|
|
|
struct xtopology_t xtopology[] = {
|
|
{
|
|
0xFF0E0000,
|
|
xemac_type_emacps,
|
|
0x0,
|
|
0x0,
|
|
0xF8F00100,
|
|
XPAR_XEMACPS_3_INTR,
|
|
},
|
|
};
|
|
|
|
int xtopology_n_emacs = 1;
|