writeprotect.h 127 B

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