From: Juan Quintela Date: Tue, 25 Apr 2017 22:37:19 +0000 (+0200) Subject: audio: remove UINT16 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d8586afd8bbda11130a1536d61820fe809af22c5;p=qemu.git audio: remove UINT16 More modernitation. Signed-off-by: Juan Quintela Message-id: 20170425223739.6703-7-quintela@redhat.com Signed-off-by: Gerd Hoffmann --- 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 */