mirror of
https://review.haiku-os.org/haiku
synced 2025-02-06 22:05:27 +01:00
23 lines
346 B
C
23 lines
346 B
C
|
/*
|
||
|
* Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _FSSH_DRIVER_SETTINGS_PRIV_H
|
||
|
#define _FSSH_DRIVER_SETTINGS_PRIV_H
|
||
|
|
||
|
|
||
|
#include "fssh_defs.h"
|
||
|
|
||
|
|
||
|
namespace FSShell {
|
||
|
|
||
|
|
||
|
fssh_status_t driver_settings_init();
|
||
|
|
||
|
|
||
|
} // namespace FSShell
|
||
|
|
||
|
|
||
|
#endif // _FSSH_DRIVER_SETTINGS_PRIV_H
|
||
|
|