diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2012-10-28 11:04:49 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2012-11-01 19:49:45 +0100 |
commit | 434482925ee11091fc111bd2a86de0b677b3e943 (patch) | |
tree | 8b9c252caee1a49d18ee974b004d4fdcbbadc037 /hw/adb.h | |
parent | 71a8cdeca095acb2a67924de870f4ee8da5b8803 (diff) |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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); |