qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 10/30] audio: remove UINT16


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 10/30] audio: remove UINT16
Date: Thu, 4 May 2017 09:17:51 +0200

From: Juan Quintela <address@hidden>

More modernitation.

Signed-off-by: Juan Quintela <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/audio/fmopl.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h
index 3df89425ef..1891a22349 100644
--- 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   */
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]