// SPDX-License-Identifier: MPL-2.0
//! constants used in syscall
/// LONGEST ALLOWED FILENAME
pub const MAX_FILENAME_LEN: usize = 4096;