cynix

x86 UNIX-like OS
git clone git://git.2f30.org/cynix
Log | Files | Refs | README | LICENSE

rtl8139.h (148B)


      1 #ifndef __RTL8139_H__
      2 #define __RTL8139_H__
      3 
      4 #include <stdint.h>
      5 
      6 extern int rtl8139_init(void);
      7 extern const uint8_t *get_mac_addr(void);
      8 
      9 #endif
     10