summaryrefslogtreecommitdiff
path: root/include/mmio.h
blob: b6531bf8e676f6b8756e286c8000914e2423f9af (plain)
1
2
3
4
5
6
7
8
#pragma once
#include <types.h>

struct mmio_device_meta {
    const char *name;
    void *start;
    size_t size;
};