mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
7 lines
81 B
C
7 lines
81 B
C
|
#ifndef __LKDTM_H
|
||
|
#define __LKDTM_H
|
||
|
|
||
|
void lkdtm_rodata_do_nothing(void);
|
||
|
|
||
|
#endif
|