1 /* AUTOGENERATED FILE. DO NOT EDIT. */
2 #ifndef _MOCKFWK_CONTEXT_INTERNAL_H
3 #define _MOCKFWK_CONTEXT_INTERNAL_H
4 
5 #include "unity.h"
6 #include "internal/fwk_context.h"
7 
8 /* Ignore the following warnings, since we are copying code */
9 #if defined(__GNUC__) && !defined(__ICC) && !defined(__TMS470__)
10 #if __GNUC__ > 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ > 6 || (__GNUC_MINOR__ == 6 && __GNUC_PATCHLEVEL__ > 0)))
11 #pragma GCC diagnostic push
12 #endif
13 #if !defined(__clang__)
14 #pragma GCC diagnostic ignored "-Wpragmas"
15 #endif
16 #pragma GCC diagnostic ignored "-Wunknown-pragmas"
17 #pragma GCC diagnostic ignored "-Wduplicate-decl-specifier"
18 #endif
19 
20 void Mockfwk_context_internal_Init(void);
21 void Mockfwk_context_internal_Destroy(void);
22 void Mockfwk_context_internal_Verify(void);
23 
24 
25 
26 
27 #define __fwk_get_ctx_ExpectAndReturn(cmock_retval) __fwk_get_ctx_CMockExpectAndReturn(__LINE__, cmock_retval)
28 void __fwk_get_ctx_CMockExpectAndReturn(UNITY_LINE_TYPE cmock_line, struct __fwk_ctx* cmock_to_return);
29 
30 #if defined(__GNUC__) && !defined(__ICC) && !defined(__TMS470__)
31 #if __GNUC__ > 4 || (__GNUC__ == 4 && (__GNUC_MINOR__ > 6 || (__GNUC_MINOR__ == 6 && __GNUC_PATCHLEVEL__ > 0)))
32 #pragma GCC diagnostic pop
33 #endif
34 #endif
35 
36 #endif
37