freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
This commit is contained in:
9
freertos/cvitek/common/include/cv1835/linux/mman.h
Normal file
9
freertos/cvitek/common/include/cv1835/linux/mman.h
Normal file
@ -0,0 +1,9 @@
|
||||
#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 {};
|
||||
Reference in New Issue
Block a user