2 * You do not need to use #ifdef around functions that may not exist
3 * in the final configuration (such as i2c).
5 EXPORT_FUNC(get_version)
11 EXPORT_FUNC(install_hdlr)
12 EXPORT_FUNC(free_hdlr)
16 EXPORT_FUNC(get_timer)
21 EXPORT_FUNC(simple_strtoul)
22 EXPORT_FUNC(strict_strtoul)
23 EXPORT_FUNC(simple_strtol)
25 EXPORT_FUNC(i2c_write)
28 EXPORT_FUNC(spi_setup_slave)
29 EXPORT_FUNC(spi_free_slave)
30 EXPORT_FUNC(spi_claim_bus)
31 EXPORT_FUNC(spi_release_bus)