mirror of
https://github.com/meekrosoft/fff
synced 2026-01-23 00:15:59 +01:00
6 lines
199 B
C
6 lines
199 B
C
|
|
|
|
#include "bus.fake.h"
|
|
DEFINE_FAKE_VALUE_FUNC( bool, bus_read_write, uint8_t, uint8_t, uint8_t*, int, bool );
|
|
DEFINE_FAKE_VALUE_FUNC( bool, bus_write, uint8_t, uint8_t, const uint8_t*, int, bool );
|