Skip to content

Commit

Permalink
ARM: vfp: Add include guards
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
  • Loading branch information
Florian Fainelli committed May 20, 2015
1 parent 3f2a43c commit e7f0f37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/include/asm/vfp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 */

0 comments on commit e7f0f37

Please sign in to comment.