diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-26 00:37:37 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-04 09:16:05 +0200 |
commit | 3fab7b675a6ff6314b93fc580299cc6b59f96138 (patch) | |
tree | 240898ff809f04d0fcd5f7c308fd44c0b6c3a85c /hw/audio | |
parent | b3b40917c75c28036b9c7e89a42ee6dfbeb3bf90 (diff) |
audio: Remove unused typedefs
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-id: 20170425223739.6703-25-quintela@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/audio')
-rw-r--r-- | hw/audio/fmopl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h index 8410275dc3..f89af0884d 100644 --- a/hw/audio/fmopl.h +++ b/hw/audio/fmopl.h @@ -4,10 +4,6 @@ #include <stdint.h> typedef void (*OPL_TIMERHANDLER)(int channel,double interval_Sec); -typedef void (*OPL_IRQHANDLER)(int param,int irq); -typedef void (*OPL_UPDATEHANDLER)(int param,int min_interval_us); -typedef void (*OPL_PORTHANDLER_W)(int param,unsigned char data); -typedef unsigned char (*OPL_PORTHANDLER_R)(int param); /* !!!!! here is private section , do not access there member direct !!!!! */ |