Sign in
fuchsia
/
fuchsia
/
main
/
.
/
src
/
starnix
/
modules
/
inotify
/
lib.rs
blob: c353dd1e74f5d1c37a073cd02751a64ab482bfb7 [
file
]
#![
recursion_limit
=
"512"
]
// Copyright 2026 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
pub
mod
inotify
;
pub
mod
syscalls
;