mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 22:25:16 +00:00
ARM: vfp: Add include guards
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
parent
3f2a43c98d
commit
e7f0f37649
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
* First, the standard VFP set.
|
||||
*/
|
||||
|
||||
#ifndef __ASM_VFP_H
|
||||
#define __ASM_VFP_H
|
||||
|
||||
#define FPSID cr0
|
||||
#define FPSCR cr1
|
||||
#define MVFR1 cr6
|
||||
|
@ -87,3 +90,5 @@
|
|||
#define VFPOPDESC_UNUSED_BIT (24)
|
||||
#define VFPOPDESC_UNUSED_MASK (0xFF << VFPOPDESC_UNUSED_BIT)
|
||||
#define VFPOPDESC_OPDESC_MASK (~(VFPOPDESC_LENGTH_MASK | VFPOPDESC_UNUSED_MASK))
|
||||
|
||||
#endif /* __ASM_VFP_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue