nt9856x/code/application/source/cardv/SrcCode/System/mem_hotplug.h
2023-12-20 16:25:17 +08:00

7 lines
114 B
C
Executable File

#ifndef _MEM_HOTPLUG_H
#define _MEM_HOTPLUG_H
#include <hd_type.h>
extern HD_RESULT memory_hotplug(void);
#endif