mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 22:25:14 -05:00
11 lines
No EOL
247 B
C
11 lines
No EOL
247 B
C
#ifndef VERIFAST_BITOPS_EXTENDED_H
|
|
#define VERIFAST_BITOPS_EXTENDED_H
|
|
|
|
/*@
|
|
// TODO: Can we remove this?
|
|
lemma void bitand_idempotent_right(int l, int r);
|
|
requires true;
|
|
ensures (l & r) == ((l & r) & r);
|
|
@*/
|
|
|
|
#endif /* VERIFAST_BITOPS_EXTENDED_H */ |