mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
10 lines
No EOL
213 B
C
10 lines
No EOL
213 B
C
#include <stddef.h>
|
|
#include <stdint.h>
|
|
#include <stdbool.h>
|
|
|
|
bool ivshmem_connect(const char * unix_socket);
|
|
void ivshmem_close();
|
|
bool ivshmem_process();
|
|
|
|
void * ivshmem_get_map();
|
|
size_t ivshmem_get_map_size(); |