![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0+ */ 0002 /* 0003 * rWTM BIU Mailbox driver for Armada 37xx 0004 * 0005 * Author: Marek BehĂșn <kabel@kernel.org> 0006 */ 0007 0008 #ifndef _LINUX_ARMADA_37XX_RWTM_MAILBOX_H_ 0009 #define _LINUX_ARMADA_37XX_RWTM_MAILBOX_H_ 0010 0011 #include <linux/types.h> 0012 0013 struct armada_37xx_rwtm_tx_msg { 0014 u16 command; 0015 u32 args[16]; 0016 }; 0017 0018 struct armada_37xx_rwtm_rx_msg { 0019 u32 retval; 0020 u32 status[16]; 0021 }; 0022 0023 #endif /* _LINUX_ARMADA_37XX_RWTM_MAILBOX_H_ */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |