Server IP : 184.154.167.98 / Your IP : 18.117.11.13 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/src/kernels/4.18.0-553.30.1.lve.el8.x86_64/include/linux/ |
Upload File : |
/* * 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> struct virtio_caif_transf_config { u16 headroom; u16 tailroom; u32 mtu; u8 reserved[4]; }; struct virtio_caif_config { struct virtio_caif_transf_config uplink, downlink; u8 reserved[8]; }; #endif