am d1be1d02
: Merge "<hardware/qemu_pipe.h>: Allow inclusion from C++"
* commit 'd1be1d02135917497866526ce12ef4c2548e63cb': <hardware/qemu_pipe.h>: Allow inclusion from C++
This commit is contained in:
commit
05a9b62f31
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,10 @@
|
|||
#ifndef ANDROID_INCLUDE_HARDWARE_QEMU_PIPE_H
|
||||
#define ANDROID_INCLUDE_HARDWARE_QEMU_PIPE_H
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* Try to open a new Qemu fast-pipe. This function returns a file descriptor
|
||||
* that can be used to communicate with a named service managed by the
|
||||
* emulator.
|
||||
|
@ -40,4 +44,6 @@
|
|||
*/
|
||||
extern int qemu_pipe_open(const char* pipeName);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* ANDROID_INCLUDE_HARDWARE_QEMUD_PIPE_H */
|
||||
|
|
Loading…
Reference in a new issue