diff options
Diffstat (limited to 'os/io/mac.h')
-rw-r--r-- | os/io/mac.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/io/mac.h b/os/io/mac.h index e79f29919..791b434be 100644 --- a/os/io/mac.h +++ b/os/io/mac.h @@ -49,6 +49,7 @@ extern "C" {
#endif
void macInit(void);
+ void macObjectInit(MACDriver *macp);
void macSetAddress(MACDriver *macp, uint8_t *p);
void macStart(MACDriver *macp);
void macStop(MACDriver *macp);
|