Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
arm
include
asm
hwcap.h
Go to the documentation of this file.
1
#ifndef __ASMARM_HWCAP_H
2
#define __ASMARM_HWCAP_H
3
4
#include <uapi/asm/hwcap.h>
5
6
#if !defined(__ASSEMBLY__)
7
/*
8
* This yields a mask that user programs can use to figure out what
9
* instruction set this cpu supports.
10
*/
11
#define ELF_HWCAP (elf_hwcap)
12
extern
unsigned
int
elf_hwcap
;
13
#endif
14
#endif
Generated on Thu Jan 10 2013 12:55:09 for Linux Kernel by
1.8.2