blob: c980ec0ede173b82e3828005e09496147309fb9d [file] [edit]
/* SPDX-License-Identifier: GPL-2.0 OR Apache-2.0 */
/*
* Channelized character IPC device interface for AoC services
*
* Copyright (c) 2021 Google LLC
*
*/
#define AOCC_IOCTL_MAGIC 0xac
#define AOCC_IOCTL_ENABLE_SH_MEM_DOORBELL _IO(AOCC_IOCTL_MAGIC, 1)