* The coding format is too messy, reformat to improve readability and get closer to Linux kernel coding style. * While at it, update .clang-format file to linux-mainline state.
6 lines
132 B
C
6 lines
132 B
C
#ifndef ___SUKISU_KPM_COMPACT_H
|
|
#define ___SUKISU_KPM_COMPACT_H
|
|
|
|
unsigned long sukisu_compact_find_symbol(const char *name);
|
|
|
|
#endif |