Files
2025-12-03 11:12:34 +08:00

26 lines
358 B
C

#ifndef SYS_INCLUDES_H
#define SYS_INCLUDES_H
#include "init.h"
#include "malloc.h"
#include "spinlock.h"
#include "task.h"
#include "timer.h"
#include "fs/fs.h"
#include "sdfile.h"
#include "bank_switch.h"
#include "movable.h"
#include "utils/syscfg_id.h"
#include "generic/includes.h"
#include "device/includes.h"
#include "cpu/includes.h"
#endif