Make UEFI boot-platform build again
[haiku.git] / headers / private / mount / MountServer.h
blob254c54e56bf9605d6c04c35aafa5c5db0d995ab5
1 /*
2 * Copyright 2007-2009, Haiku, Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
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