linux-stable/arch/x86/include/asm/misc.h

7 lines
104 B
C
Raw Normal View History

2013-09-27 14:35:54 +00:00
#ifndef _ASM_X86_MISC_H
#define _ASM_X86_MISC_H
int num_digits(int val);
#endif /* _ASM_X86_MISC_H */