mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-15 16:15:08 -05:00
11 lines
244 B
C
11 lines
244 B
C
/*
|
|
* This file contains defines to configure the VeriFast proof setup.
|
|
*
|
|
*/
|
|
|
|
|
|
#ifndef VERIFAST_DEFS_H
|
|
// Delete keywords VeriFast canot parse (in some contexts)
|
|
#define inline
|
|
#define __always_inline
|
|
#endif /* VERIFAST_DEFS_H */
|