libpynq  (release 5EID0-2023 version 0.3.0 of 2024-04-25 09:42 )
arm_shared_memory_system.c File Reference
#include <arm_shared_memory_system.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <unistd.h>
Include dependency graph for arm_shared_memory_system.c:

Go to the source code of this file.

Functions

void * arm_shared_init (arm_shared *handle, const uint32_t address, const uint32_t length)
 
void arm_shared_close (arm_shared *handle)