summaryrefslogtreecommitdiff
path: root/src/device_allocation_fwd.hpp
blob: 70e53fca4553e35b0630306179349f037786501e (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "h-basic.h"

typedef struct device_allocation device_allocation;
struct device_allocation;

struct device_allocation *device_allocation_new(byte tval);