mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
855b70c393
PD#SWPL-87115 Problem: mbox driver refactoring Solution: mbox driver refactoring Verify: t7/t7c/t5m/sc2/s4/s4d/a1/c2/s5/t3x/t5w/g12b/sm1/txhd2 Change-Id: Ia3e5f9ff2b6de16a082e7f028fcc36dc4268856a Signed-off-by: Shunzhou Jiang <shunzhou.jiang@amlogic.com>
18 lines
304 B
C
18 lines
304 B
C
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
|
|
/*
|
|
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
|
|
*/
|
|
|
|
#ifndef _SCPI_PROTOCOL_H_
|
|
#define _SCPI_PROTOCOL_H_
|
|
|
|
#define MBOX_NEW_VERSION
|
|
|
|
/* Add this to avoid build error*/
|
|
|
|
static inline u32 scpi_set_ethernet_wol(u32 flag)
|
|
{
|
|
return flag;
|
|
}
|
|
#endif
|