summaryrefslogtreecommitdiff
path: root/extmod/libmetal/metal/system/micropython/sys.h
blob: 0f404dcd612847e5f0aad3f66b2d003820875bf6 (plain)
1
2
3
4
5
#include <metal/config.h>

struct metal_state {
    struct metal_common_state common;
};