Commit e7f0f376 authored by Florian Fainelli's avatar Florian Fainelli

ARM: vfp: Add include guards

Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 3f2a43c9
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
* First, the standard VFP set. * First, the standard VFP set.
*/ */
#ifndef __ASM_VFP_H
#define __ASM_VFP_H
#define FPSID cr0 #define FPSID cr0
#define FPSCR cr1 #define FPSCR cr1
#define MVFR1 cr6 #define MVFR1 cr6
...@@ -87,3 +90,5 @@ ...@@ -87,3 +90,5 @@
#define VFPOPDESC_UNUSED_BIT (24) #define VFPOPDESC_UNUSED_BIT (24)
#define VFPOPDESC_UNUSED_MASK (0xFF << VFPOPDESC_UNUSED_BIT) #define VFPOPDESC_UNUSED_MASK (0xFF << VFPOPDESC_UNUSED_BIT)
#define VFPOPDESC_OPDESC_MASK (~(VFPOPDESC_LENGTH_MASK | VFPOPDESC_UNUSED_MASK)) #define VFPOPDESC_OPDESC_MASK (~(VFPOPDESC_LENGTH_MASK | VFPOPDESC_UNUSED_MASK))
#endif /* __ASM_VFP_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment