X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=include%2Flib%2Fregfunc.h;h=f194df0494be01dff77dbe8834dacb280d253963;hp=6b0c50b07fbeb00795773af35fe386d63584b909;hb=094f4defd7ee3b672f9c690f57125893a64901c8;hpb=d35408aabe7ea757d406bf8a7dba669ee8736bd5 diff --git a/include/lib/regfunc.h b/include/lib/regfunc.h index 6b0c50b..f194df0 100644 --- a/include/lib/regfunc.h +++ b/include/lib/regfunc.h @@ -1,4 +1,5 @@ /* regfunc.h */ extern char * regtohex(uint32_t ); +extern uint32_t hextoreg(char *); extern void regw_u8(volatile uint32_t *, uint8_t, short, short); extern void regw_u32(volatile uint32_t *, uint32_t, short, short);