summaryrefslogtreecommitdiffstats
path: root/src/include/console/ne2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/console/ne2k.h')
-rw-r--r--src/include/console/ne2k.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/console/ne2k.h b/src/include/console/ne2k.h
index 62424f1..cb3c1ec 100644
--- a/src/include/console/ne2k.h
+++ b/src/include/console/ne2k.h
@@ -22,4 +22,8 @@
void ne2k_append_data(unsigned char *d, int len, unsigned int base);
int ne2k_init(unsigned int eth_nic_base);
void ne2k_transmit(unsigned int eth_nic_base);
+
+#ifndef __ROMCC__
+#define ne2k_append_data_byte(d, base) ne2k_append_data(&d, 1, base)
+#endif
#endif /* _NE2K_H */
OpenPOWER on IntegriCloud