Warning: That file was not part of the compilation database. It may have many parsing errors.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef _TOOLS_LINUX_MODULE_PARAMS_H |
| 3 | #define _TOOLS_LINUX_MODULE_PARAMS_H |
| 4 | |
| 5 | #define MODULE_PARM_DESC(parm, desc) |
| 6 | |
| 7 | #endif // _TOOLS_LINUX_MODULE_PARAMS_H |
| 8 |
Warning: That file was not part of the compilation database. It may have many parsing errors.
