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