cleans up mnrs_network_driver includes
This commit is contained in:
@@ -25,10 +25,10 @@
|
|||||||
|
|
||||||
#include "gen/ethmac.h"
|
#include "gen/ethmac.h"
|
||||||
#include "nx_api.h"
|
#include "nx_api.h"
|
||||||
#include "nx_link.h"
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "tx_port.h"
|
#include "tx_port.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if defined(NX_DEBUG) || defined(NX_DEBUG_PACKET)
|
#if defined(NX_DEBUG) || defined(NX_DEBUG_PACKET)
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
@@ -68,8 +68,8 @@ extern int register_irq_handler(unsigned irq_num, void (*handler)());
|
|||||||
/* For the ethernet driver, physical addresses are allocated starting
|
/* For the ethernet driver, physical addresses are allocated starting
|
||||||
at the preset value and then incremented before the next allocation. */
|
at the preset value and then incremented before the next allocation. */
|
||||||
// Locally Administered Addresses that can be assigned by network, range is 02-00-00 to 02-00-5E
|
// Locally Administered Addresses that can be assigned by network, range is 02-00-00 to 02-00-5E
|
||||||
ULONG mnrs_mac_address_msw = 0x0200;
|
const ULONG mnrs_mac_address_msw = 0x0200;
|
||||||
ULONG mnrs_mac_address_lsw = 0x00334450;
|
const ULONG mnrs_mac_address_lsw = 0x00334450;
|
||||||
|
|
||||||
|
|
||||||
/* Define driver prototypes. */
|
/* Define driver prototypes. */
|
||||||
|
|||||||
Reference in New Issue
Block a user