diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-26 00:37:38 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-04 09:16:05 +0200 |
commit | d52ccc0ecacbc61568138fa4c0fd58930078c664 (patch) | |
tree | 30321572680781159d54986fb4903fc72a2f6b3d /hw/audio/fmopl.h | |
parent | 3fab7b675a6ff6314b93fc580299cc6b59f96138 (diff) |
audio: un-export OPLResetChip
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20170425223739.6703-26-quintela@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/audio/fmopl.h')
-rw-r--r-- | hw/audio/fmopl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h index f89af0884d..fc9f16b58a 100644 --- a/hw/audio/fmopl.h +++ b/hw/audio/fmopl.h @@ -95,7 +95,6 @@ FM_OPL *OPLCreate(int clock, int rate); void OPLDestroy(FM_OPL *OPL); void OPLSetTimerHandler(FM_OPL *OPL,OPL_TIMERHANDLER TimerHandler,int channelOffset); -void OPLResetChip(FM_OPL *OPL); int OPLWrite(FM_OPL *OPL,int a,int v); unsigned char OPLRead(FM_OPL *OPL,int a); int OPLTimerOver(FM_OPL *OPL,int c); |