mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-23 05:37:24 +08:00
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;
|