chore: Remove tracked build artifacts

This commit is contained in:
lmx
2025-11-28 16:24:27 +08:00
parent 892ed9267b
commit 818e8c3778
2356 changed files with 0 additions and 587882 deletions

View File

@ -1,11 +0,0 @@
#ifndef __FILE_MANAGER_H__
#define __FILE_MANAGER_H__
#include "system/includes.h"
#include "typedef.h"
#include "system/fs/fs.h"
#include "dev_manager.h"
FILE *file_manager_select(struct __dev *dev, struct vfscan *fs, int sel_mode, int arg, struct __scan_callback *callback);
#endif// __FILE_MANAGER_H__