aboutsummaryrefslogtreecommitdiff
path: root/hw/adb.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2012-10-28 11:04:49 +0000
committerStefan Hajnoczi <stefanha@redhat.com>2012-11-01 19:49:45 +0100
commit434482925ee11091fc111bd2a86de0b677b3e943 (patch)
tree8b9c252caee1a49d18ee974b004d4fdcbbadc037 /hw/adb.h
parent71a8cdeca095acb2a67924de870f4ee8da5b8803 (diff)
downloadqemu-434482925ee11091fc111bd2a86de0b677b3e943.zip
qemu-434482925ee11091fc111bd2a86de0b677b3e943.tar.gz
qemu-434482925ee11091fc111bd2a86de0b677b3e943.tar.bz2
ppc: add missing static
Add missing 'static' qualifiers. Signed-off-by: Blue Swirl <blauwirbel@gmail.com> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/adb.h')
-rw-r--r--hw/adb.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/adb.h b/hw/adb.h
index b2a591c..5b27da2 100644
--- a/hw/adb.h
+++ b/hw/adb.h
@@ -56,10 +56,6 @@ int adb_request(ADBBusState *s, uint8_t *buf_out,
const uint8_t *buf, int len);
int adb_poll(ADBBusState *s, uint8_t *buf_out);
-ADBDevice *adb_register_device(ADBBusState *s, int devaddr,
- ADBDeviceRequest *devreq,
- ADBDeviceReset *devreset,
- void *opaque);
void adb_kbd_init(ADBBusState *bus);
void adb_mouse_init(ADBBusState *bus);