aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/goldfish/goldfish_pipe_qemu.h
AgeCommit message (Collapse)AuthorFilesLines
2018-09-25platform: goldfish: pipe: Remove license boilerplateRoman Kiryanov1-14/+0
The boilerplate license is not necessary when the SPDX line is present. Signed-off-by: Roman Kiryanov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2018-09-14platform: goldfish: pipe: Separate the host interface to a separate headerRoman Kiryanov1-0/+112
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>