summaryrefslogtreecommitdiff
path: root/deps/fff/examples/weak_linking/test/include/display.fake.h
blob: ef2adaec970546b1b8aae6755d73f21361e377c2 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _AUTOFAKE_DISPLAY_H
#define _AUTOFAKE_DISPLAY_H

#include "fff.h"
#include "display.h"

DECLARE_FAKE_VALUE_FUNC( bool, display_init );
DECLARE_FAKE_VOID_FUNC( display_update, const char* );

#endif  // _AUTOFAKE_DISPLAY_H