7 lines
114 B
C
Executable File
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 |