1// Copyright 2025 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
34pub mod device;
5pub mod event_handler;
6pub mod metrics;
7pub mod persist;
89pub const PMEM_NUM_QUEUES: usize = 1;
10pub const PMEM_QUEUE_SIZE: u16 = 256;