mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Clean up ill-advised or unusual header guards
Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
965379b455
commit
2a6a4076e1
141 changed files with 385 additions and 378 deletions
|
@ -18,8 +18,8 @@
|
|||
along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __FPA11_H__
|
||||
#define __FPA11_H__
|
||||
#ifndef FPA11_H
|
||||
#define FPA11_H
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __FPOPCODE_H__
|
||||
#define __FPOPCODE_H__
|
||||
#ifndef FPOPCODE_H
|
||||
#define FPOPCODE_H
|
||||
|
||||
/*
|
||||
ARM Floating Point Instruction Classes
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
along with this program; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef __FPSR_H__
|
||||
#define __FPSR_H__
|
||||
#ifndef FPSR_H
|
||||
#define FPSR_H
|
||||
|
||||
/*
|
||||
The FPSR is a 32 bit register consisting of 4 parts, each exactly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue