summaryrefslogtreecommitdiff
path: root/docs/application/native.md
blob: 705c4edbbc702e30123a024b07c9170c8d9eea5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Native

---

## Object Definitions

```c
typedef struct _kpl_native {
    KPL_SLAB_HEADER(struct _kpl_native);
    kpl_class class;
} kpl_native;
```