Files
mckernel/arch/x86/kernel/include/hwcap.h
Takayuki Okamoto 9a550b310c Add hwcap.h for x86
2017-09-06 11:10:32 +09:00

13 lines
258 B
C

/* hwcap.h COPYRIGHT FUJITSU LIMITED 2017 */
#ifdef POSTK_DEBUG_ARCH_DEP_65
#ifndef _UAPI__ASM_HWCAP_H
#define _UAPI__ASM_HWCAP_H
static unsigned long arch_get_hwcap(void)
{
return 0;
}
#endif /* _UAPI__ASM_HWCAP_H */
#endif /* POSTK_DEBUG_ARCH_DEP_65 */