diff options
author | shinyquagsire23 <mtinc2@gmail.com> | 2017-10-21 13:42:31 -0600 |
---|---|---|
committer | shinyquagsire23 <mtinc2@gmail.com> | 2017-10-21 13:46:41 -0600 |
commit | 482b42a295a80952cea75a8176183692b8e8d120 (patch) | |
tree | f239e5ae03b612741dd979e5dd4b6c7831094dc0 /src/librfu_intr.c | |
parent | dd316b28e017d24567a86e972d780a43d42cd140 (diff) |
Split librfu into separate C files in its own directory, rfu_initializeAPI matching except for register differences
Diffstat (limited to 'src/librfu_intr.c')
-rw-r--r-- | src/librfu_intr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/librfu_intr.c b/src/librfu_intr.c new file mode 100644 index 000000000..bdf8b072a --- /dev/null +++ b/src/librfu_intr.c @@ -0,0 +1,4 @@ +#include "global.h" +#include "main.h" + +//TODO: decompile asm/librfu_intr.s to here |