X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=cccp.h;h=eecdbb495e1f4f1945a85fa33228aa8cc65e9631;hp=e71aa08eaf6b2ae10d92cbec36c258056b8bbd1a;hb=3709ec3205cfb152b6568f3ea505c67fe7504c2a;hpb=0ffe4ef870b0e564789a1990aeab5b6651868e5b diff --git a/cccp.h b/cccp.h index e71aa08e..eecdbb49 100644 --- a/cccp.h +++ b/cccp.h @@ -26,10 +26,16 @@ 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); void cccp_init(struct ccdbg *dbg); +void +cccp_fini(struct ccdbg *dbg); + #endif /* _CCCP_H_ */