linux/drivers/platform/goldfish/goldfish_pipe_qemu.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * IMPORTANT: The following constants must match the ones used and defined in
 * external/qemu/include/hw/misc/goldfish_pipe.h
 */

#ifndef GOLDFISH_PIPE_QEMU_H
#define GOLDFISH_PIPE_QEMU_H

/* List of bitflags returned in status of CMD_POLL command */
enum PipePollFlags {};

/* Possible status values used to signal errors */
enum PipeErrors {};

/* Bit-flags used to signal events from the emulator */
enum PipeWakeFlags {};

/* Possible pipe closing reasons */
enum PipeCloseReason {};

/* Bit flags for the 'flags' field */
enum PipeFlagsBits {};

enum PipeRegs {};

enum PipeCmdCode {};

#endif /* GOLDFISH_PIPE_QEMU_H */