aboutsummaryrefslogtreecommitdiff
path: root/hw/adb.h
AgeCommit message (Collapse)AuthorFilesLines
2012-11-01ppc: add missing staticBlue Swirl1-4/+0
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>
2011-10-06ppc: move ADB stuff from ppc_mac.h to adb.hLaurent Vivier1-0/+67
Allow to use ADB in non-ppc macintosh Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Alexander Graf <agraf@suse.de>