sukisu/kernel/kpm/compact.h

7 lines
138 B
C
Raw Normal View History

2025-11-20 21:30:08 +01:00
#ifndef __SUKISU_KPM_COMPACT_H
#define __SUKISU_KPM_COMPACT_H
extern unsigned long sukisu_compact_find_symbol(const char *name);
#endif