diff --git a/.gitignore b/.gitignore index cc84aec24..edeb67535 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ __pycache__ *.bin *.elf *.fbi +soc/runtime/service_table.h doc/manual/_build /build /dist diff --git a/soc/runtime/service_table.h b/soc/runtime/service_table.h deleted file mode 100644 index 437285d47..000000000 --- a/soc/runtime/service_table.h +++ /dev/null @@ -1,19 +0,0 @@ -static const struct symbol syscalls[] = { - {"rpc", (void *)0x40021ab0}, - {"rtio_oe", (void *)0x40021478}, - {"rtio_set", (void *)0x400214d4}, - {"rtio_get_counter", (void *)0x400214a0}, - {"rtio_get", (void *)0x400215ec}, - {"rtio_pileup_count", (void *)0x400216f4}, - {"dds_phase_clear_en", (void *)0x400218a4}, - {"dds_program", (void *)0x40021960}, - {NULL, NULL} -}; -static const struct symbol eh[] = { - {"setjmp", (void *)0x40021248}, - {"push", (void *)0x400213c8}, - {"pop", (void *)0x400212c0}, - {"getid", (void *)0x400212e8}, - {"raise", (void *)0x4002139c}, - {NULL, NULL} -};