/* * Copyright (C) ST-Ericsson AB 2012 * Author: Sjur Brændeland <sjur.brandeland@stericsson.com> * * This header is BSD licensed so * anyone can use the definitions to implement compatible remote processors */#ifndef VIRTIO_CAIF_H#define VIRTIO_CAIF_H#include <linux/types.h>structvirtio_caif_transf_config{u16headroom;u16tailroom;u32mtu;u8reserved[4];};structvirtio_caif_config{structvirtio_caif_transf_configuplink,downlink;u8reserved[8];};#endif