rdif-pcie 0.2.1

Driver Interface of interrupt controller.
Documentation
1
2
3
4
5
6
7
// Copyright (C) 2022 Alibaba Cloud. All rights reserved.
// Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause

mod interval_tree;

pub(crate) use interval_tree::{IntervalTree, NodeState};