1// Copyright 2022 The ChromiumOS Authors2// Use of this source code is governed by a BSD-style license that can be3// found in the LICENSE file.45cfg_if::cfg_if! {
6if #[cfg(unix)] {
7pubmodunix;
8 } elseif #[cfg(windows)] {
9pubmodwindows;
10 }
11}
12