projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a796e9
)
audio: remove UINT16
author
Juan Quintela
<quintela@redhat.com>
Tue, 25 Apr 2017 22:37:19 +0000
(
00:37
+0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 4 May 2017 07:16:03 +0000
(09:16 +0200)
More modernitation.
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-id:
20170425223739
.6703-7-quintela@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/fmopl.h
patch
|
blob
|
history
diff --git
a/hw/audio/fmopl.h
b/hw/audio/fmopl.h
index 3df89425efaeb5778815fc1d55376cde99311fb7..1891a223493e468477d760ade9448357277961fc 100644
(file)
--- a/
hw/audio/fmopl.h
+++ b/
hw/audio/fmopl.h
@@
-10,7
+10,6
@@
/* compiler dependence */
#ifndef OSD_CPU_H
#define OSD_CPU_H
-typedef unsigned short UINT16; /* unsigned 16bit */
typedef unsigned int UINT32; /* unsigned 32bit */
typedef signed char INT8; /* signed 8bit */
typedef signed short INT16; /* signed 16bit */