diff options
Diffstat (limited to 'novena-eim.h')
-rw-r--r-- | novena-eim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/novena-eim.h b/novena-eim.h index dcceaf4..5228529 100644 --- a/novena-eim.h +++ b/novena-eim.h @@ -51,3 +51,9 @@ void eim_write_32(off_t, uint32_t *); * If EIM is not set up correctly, this will abort with a bus error. */ void eim_read_32(off_t, uint32_t *); + +/* + * Local variables: + * indent-tabs-mode: nil + * End: + */ |