ZOVboot/limine/common/sys/iommu.h
2026-03-13 14:19:46 +00:00

6 lines
85 B
C

#ifndef SYS__IOMMU_H__
#define SYS__IOMMU_H__
void iommu_disable_all(void);
#endif