refactored the custom config settings.

This commit is contained in:
skarg
2005-03-16 18:02:16 +00:00
parent 63657d29c8
commit 6acf3fdc29
5 changed files with 94 additions and 24 deletions
+4
View File
@@ -37,6 +37,10 @@
#include <stdint.h>
#include "bacdef.h"
// specific defines for Ethernet
#define MAX_HEADER (6+6+2+1+1+1)
#define MAX_MPDU (MAX_HEADER+MAX_PDU)
bool ethernet_valid(void);
bool ethernet_cleanup(void);
bool ethernet_init(char *interface_name);