mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
22 lines
236 B
C
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 */
|
|
|