Reformatting and add const qualifiers.
[pub/USBasp.git] / Demos / Device / LowLevel / CCID / Lib / Iso7816.h
index aa5f4ba..f73309d 100644 (file)
                #include <avr/power.h>
                #include <avr/interrupt.h>
                #include <stdlib.h>
+               #include <string.h>
 
        /* Function Prototypes: */
-               void Iso7816_CreateSimpleAtr(uint8_t* atr, uint8_t* atrLength);
+               void Iso7816_CreateSimpleAtr(uint8_t* const atr,
+                                            uint8_t* const atrLength);
 
 #endif