usb_moded  0.86.0+mer57
usb_moded-mac.h
Go to the documentation of this file.
1 
25 #ifndef USB_MODED_MAC_H_
26 # define USB_MODED_MAC_H_
27 
28 /* ========================================================================= *
29  * Prototypes
30  * ========================================================================= */
31 
32 /* ------------------------------------------------------------------------- *
33  * MAC
34  * ------------------------------------------------------------------------- */
35 
36 void mac_generate_random_mac(void);
37 char *mac_read_mac (void);
38 
39 #endif /* USB_MODED_MAC_H_ */