M7350/kernel/arch/x86/include/asm/misc.h

7 lines
104 B
C
Raw Normal View History

2024-09-09 08:57:42 +00:00
#ifndef _ASM_X86_MISC_H
#define _ASM_X86_MISC_H
int num_digits(int val);
#endif /* _ASM_X86_MISC_H */