Fix FreeBSD build.
[haiku.git] / src / tools / fs_shell / fs_shell_command_beos.h
blob2b9ed6db548c542e6225a5276bc6890a63593819
1 /*
2 * Copyright 2005, Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef FS_SHELL_COMMAND_BEOS_H
6 #define FS_SHELL_COMMAND_BEOS_H
8 #include <OS.h>
11 static const char *kFSShellCommandPort = "fs shell command port";
12 static const int kMaxCommandLength = 102400;
14 struct external_command_message {
15 port_id reply_port;
16 char command[1];
19 struct external_command_reply {
20 int error;
23 #endif // FS_SHELL_COMMAND_BEOS_H