OSDN Git Service

platform: goldfish: pipe: Separate the host interface to a separate header
authorRoman Kiryanov <rkir@google.com>
Mon, 27 Aug 2018 18:22:59 +0000 (11:22 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Sep 2018 13:31:30 +0000 (15:31 +0200)
commit95577010a45c70356602dbe0d2e8860ba9c0851d
tree226172cbc02e12b6b6661ec52bd8abd67f6f8196
parent53bdf6686ef49c72f7dc3bb3dc2b3817425aa599
platform: goldfish: pipe: Separate the host interface to a separate header

These are several enums that must kept in sync with the host side.
This change explicitly separates them into a dedicated header file.

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c
drivers/platform/goldfish/goldfish_pipe_qemu.h [new file with mode: 0644]