mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
tools/lib/atrf.c: moved declaration of driver operations to driver.h
This commit is contained in:
@@ -36,6 +36,10 @@ struct atrf_driver {
|
||||
};
|
||||
|
||||
|
||||
extern struct atrf_driver atusb_driver;
|
||||
extern struct atrf_driver atben_driver;
|
||||
|
||||
|
||||
int atrf_set_clkm_generic(
|
||||
void (*reg_write)(void *dsc, uint8_t reg, uint8_t value),
|
||||
void *handle, int mhz);
|
||||
|
||||
Reference in New Issue
Block a user