nulldc-360/gui/mount.h
2012-09-07 23:03:37 +02:00

22 lines
236 B
C

/*
* File: mount.h
* Author: ced
*
* Created on 7 septembre 2012, 13:16
*/
#ifndef MOUNT_H
#define MOUNT_H
#ifdef __cplusplus
extern "C" {
#endif
void mount_all_devices();
#ifdef __cplusplus
}
#endif
#endif /* MOUNT_H */