sukisu/kernel/kpm/compact.h
2025-11-20 21:18:19 +01:00

6 lines
138 B
C

#ifndef __SUKISU_KPM_COMPACT_H
#define __SUKISU_KPM_COMPACT_H
extern unsigned long sukisu_compact_find_symbol(const char *name);
#endif