scripts: Add coccinelle file to use BIT macro
This commit is contained in:
committed by
Jeremy Soller
parent
7888f214bb
commit
9a3ecba010
9
scripts/coccinelle/macros.h
Normal file
9
scripts/coccinelle/macros.h
Normal file
@ -0,0 +1,9 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
// SDCC extenstions that need to be defined away for spatch
|
||||
|
||||
#define __at(x)
|
||||
#define __code
|
||||
#define __critical
|
||||
#define __data
|
||||
#define __reentrant
|
||||
#define ___
|
Reference in New Issue
Block a user