License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / include / linux / kmemcheck.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LIBLOCKDEP_LINUX_KMEMCHECK_H_
3 #define _LIBLOCKDEP_LINUX_KMEMCHECK_H_
4
5 static inline void kmemcheck_mark_initialized(void *address, unsigned int n)
6 {
7 }
8
9 #endif