summaryrefslogtreecommitdiffstats
path: root/include/hardware/qemu_pipe.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix "error: 'strlen' was not declared in this scope".Elliott Hughes2015-01-301-0/+1
| | | | Change-Id: I8ae39a6b3cf4844429e6211b3c909c6f72978832
* Try using goldfish_pipe as the device nameOctavian Purdila2014-01-291-0/+2
| | | | | | | | | | The upstream goldfish_pipe driver uses goldfish_pipe as a name instead of qemu_pipe. Try using this name if the old name (qemu_pipe) fails. For: ABIT-15 Change-Id: I8c6178faf27b1cdb31cc4343cf1af396e929f7e4 Signed-off-by: Octavian Purdila <octavian.purdila@intel.com> Signed-off-by: Jun Tian <jun.j.tian@intel.com>
* emulator: Add <hardware/qemu_pipe.h> headerDavid 'Digit' Turner2011-09-161-0/+91
This header is required by our GLES emulation guest code to be able to access the emulator services provided through the /dev/qemu_pipe special device. Change-Id: Ia9782256048d7340237f3e1d18d7452dd815e561