Files
Linux_Drivers/freertos/cvitek/common/include/cv1835/linux/mman.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

10 lines
261 B
C

#include "xil_types.h"
#include "FreeRTOS_POSIX.h"
#include "FreeRTOS_POSIX/sys/types.h"
#include "mman-common.h"
void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset);
int munmap(void *start, size_t length);
struct vm_area_struct {};