Initial commit.
This commit is contained in:
14
test/inc/mock_ftdi.h
Normal file
14
test/inc/mock_ftdi.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef __MOCK_FTDI_H__
|
||||
#define __MOCK_FTDI_H__
|
||||
|
||||
#include <fff.h>
|
||||
|
||||
DEFINE_FFF_GLOBALS;
|
||||
|
||||
DECLARE_FAKE_VALUE_FUNC(int, gpio_open, const struct gpio *);
|
||||
DECLARE_FAKE_VALUE_FUNC(int, gpio_close, const struct gpio *);
|
||||
DECLARE_FAKE_VALUE_FUNC(int, gpio_read, const struct gpio *, unsigned int *);
|
||||
DECLARE_FAKE_VALUE_FUNC(int, gpio_write, const struct gpio *, unsigned int);
|
||||
DECLARE_FAKE_VALUE_FUNC(int, gpio_toggle, const struct gpio *);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user