Files
Linux_Drivers/freertos/cvitek/common/include/cv1835/linux/sysconf.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

7 lines
87 B
C

#ifndef _SYSCONF_HEADER_
#define _SYSCONF_HEADER_
long int sysconf(int name);
#endif