2 * Copyright 2007-2009, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef _MOUNT_SERVER_H
6 #define _MOUNT_SERVER_H
8 #include <SupportDefs.h>
11 const uint32 kMountVolume
= 'mntv';
12 const uint32 kMountAllNow
= 'mntn';
13 const uint32 kSetAutomounterParams
= 'pmst';
14 const uint32 kGetAutomounterParams
= 'gpms';
15 const uint32 kVolumeMounted
= 'vmtd';
16 const uint32 kUnmountVolume
= 'umnt';
18 #define kMountServerSignature "application/x-vnd.Haiku-mount_server"
21 #endif // _MOUNT_SERVER_H