1
2
3
4
5
6
7
8
9
// Copyright (C) 2024 Intel Corporation
// SPDX-License-Identifier: Apache-2.0

//! Memory transactions

use crate::sys::generic_transaction_t;

/// Alias for `generic_transaction_t`
pub type GenericTransaction = generic_transaction_t;