Skip to main content

starnix_modules_inotify/
lib.rs

1#![recursion_limit = "512"]
2
3// Copyright 2026 The Fuchsia Authors. All rights reserved.
4// Use of this source code is governed by a BSD-style license that can be
5// found in the LICENSE file.
6
7pub mod inotify;
8pub mod syscalls;