• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Copyright 2018 The ChromiumOS Authors
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 // Copyright 2023 The ChromiumOS Authors
6 // Use of this source code is governed by a BSD-style license that can be
7 // found in the LICENSE file.
8 
9 pub mod descriptor;
10 pub mod shm;
11 
12 pub use shm::round_up_to_page_size;
13 pub use shm::SharedMemory;
14