FreeRTOS-Kernel/verification/verifast/proof_setup/verifast_proof_defs.h
2022-10-21 12:31:19 -04:00

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 */