X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=cccp.h;h=eecdbb495e1f4f1945a85fa33228aa8cc65e9631;hp=ed952b016b702b643ad561e5746de1666397b10d;hb=39801e6e9fb9388072ee414a447f74095a6ac960;hpb=01cb2799875e086ee6096627c058ee235bbc33d5 diff --git a/cccp.h b/cccp.h index ed952b01..eecdbb49 100644 --- a/cccp.h +++ b/cccp.h @@ -26,6 +26,9 @@ void cccp_write(struct ccdbg *dbg, uint8_t mask, uint8_t value); +uint8_t +cccp_read_all(struct ccdbg *dbg); + uint8_t cccp_read(struct ccdbg *dbg, uint8_t mask);