X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=include%2Fsoc%2Frockchip%2Frk3368-mailbox.h;fp=include%2Fsoc%2Frockchip%2Frk3368-mailbox.h;h=77208277f4197c003b51bf7c17603c7d13736efc;hp=0000000000000000000000000000000000000000;hb=51abcbf5c17c860da5092a485cb8bd4b37a6d51b;hpb=172e5e89c325e279a46f05d4e6655abac129705e diff --git a/include/soc/rockchip/rk3368-mailbox.h b/include/soc/rockchip/rk3368-mailbox.h new file mode 100644 index 000000000000..77208277f419 --- /dev/null +++ b/include/soc/rockchip/rk3368-mailbox.h @@ -0,0 +1,22 @@ +/* + * Copyright (C) 2017, Fuzhou Rockchip Electronics Co., Ltd + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +#ifndef __RK3368_MAILBOX_H__ +#define __RK3368_MAILBOX_H__ + +struct rk3368_mbox_msg { + u32 cmd; + int tx_size; + void *tx_buf; + int rx_size; + void *rx_buf; + void *cl_data; +}; + +#endif /* __RK3368_MAILBOX_H__ */