2 * Copyright 2005, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef FS_SHELL_COMMAND_BEOS_H
6 #define FS_SHELL_COMMAND_BEOS_H
11 static const char *kFSShellCommandPort
= "fs shell command port";
12 static const int kMaxCommandLength
= 102400;
14 struct external_command_message
{
19 struct external_command_reply
{
23 #endif // FS_SHELL_COMMAND_BEOS_H