1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (C) 2010 Texas Instruments Incorporated
6 #ifndef _ASM_C6X_PROCINFO_H
7 #define _ASM_C6X_PROCINFO_H
11 struct proc_info_list {
13 unsigned int cpu_mask;
14 const char *arch_name;
16 unsigned int elf_hwcap;
19 #else /* __KERNEL__ */
21 #warning "Please include asm/elf.h instead"
22 #endif /* __KERNEL__ */
24 #endif /* _ASM_C6X_PROCINFO_H */