blob: 7e56647bf2aab846e2f98f102e03d71701766e41 [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef __BL40_MODULE_H__
#define __BL40_MODULE_H__
#ifdef CONFIG_AMLOGIC_FIRMWARE
void bl40_rx_msg(void *msg, int size);
#else
static inline void bl40_rx_msg(void *msg, int size)
{
}
#endif
#endif /*__BL40_MODULE_H__*/