1 /* 1 /* 2 * Copyright (C) ST-Ericsson AB 2012 2 * Copyright (C) ST-Ericsson AB 2012 3 * Author: Sjur Brændeland <sjur.brandeland@s 3 * Author: Sjur Brændeland <sjur.brandeland@stericsson.com> 4 * 4 * 5 * This header is BSD licensed so 5 * This header is BSD licensed so 6 * anyone can use the definitions to implement 6 * anyone can use the definitions to implement compatible remote processors 7 */ 7 */ 8 8 9 #ifndef VIRTIO_CAIF_H 9 #ifndef VIRTIO_CAIF_H 10 #define VIRTIO_CAIF_H 10 #define VIRTIO_CAIF_H 11 11 12 #include <linux/types.h> 12 #include <linux/types.h> 13 struct virtio_caif_transf_config { 13 struct virtio_caif_transf_config { 14 __virtio16 headroom; 14 __virtio16 headroom; 15 __virtio16 tailroom; 15 __virtio16 tailroom; 16 __virtio32 mtu; 16 __virtio32 mtu; 17 u8 reserved[4]; 17 u8 reserved[4]; 18 }; 18 }; 19 19 20 struct virtio_caif_config { 20 struct virtio_caif_config { 21 struct virtio_caif_transf_config uplin 21 struct virtio_caif_transf_config uplink, downlink; 22 u8 reserved[8]; 22 u8 reserved[8]; 23 }; 23 }; 24 #endif 24 #endif 25 25
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.