/*
 * Copyright (C) 2022 Riyyi
 *
 * SPDX-License-Identifier: MIT
 */

#pragma once

class DMA {
public:
	DMA();
	virtual ~DMA();
};