Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e7f0f376 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

ARM: vfp: Add include guards

parent 3f2a43c9
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 */