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