#pragma once #include "h-basic.hpp" typedef struct device_allocation device_allocation; struct device_allocation; struct device_allocation *device_allocation_new(byte tval);