summaryrefslogtreecommitdiff
path: root/hw/usb/ccid.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-28usb: Change *_exitfn return type from int to voidAkanksha Srivastava1-1/+1
The *_exitfn functions cannot fail and should not be returning int. This also removes the passthru_exitfn since this callback does nothing as of now. This was suggested as a Bite-sized task for code cleanup. Signed-off-by: Akanksha Srivastava <akanksha.dlf@gmail.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2013-04-08hw: move private headers to hw/ subdirectories.Paolo Bonzini1-0/+65
Many headers are used only in a single directory. These can be kept in hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>