]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8857685605bda3032204bd20323292d12d849fec
tree226172cbc02e12b6b6661ec52bd8abd67f6f8196
parent4494b91b32368fbc458bf79f976c6deff6831967
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]