writeprotect.h 128 B

1234567
  1. #ifndef __WRITEPROTECT_H__
  2. #define __WRITEPROTECT_H__
  3. void writeprotect_init(void);
  4. void writeprotect_exit(void);
  5. #endif