blob: 5fce497635e7e1a934014e9fead8223559e40393 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//! A module for Linux specific functionality like epoll and syslog handling.
pub mod events;
pub mod syslog;