Revision dae3270c cpu-all.h

b/cpu-all.h
690 690
void page_dump(FILE *f);
691 691
int page_get_flags(target_ulong address);
692 692
void page_set_flags(target_ulong start, target_ulong end, int flags);
693
void page_unprotect_range(target_ulong data, target_ulong data_size);
694 693
int page_check_range(target_ulong start, target_ulong len, int flags);
695 694

  
696 695
CPUState *cpu_copy(CPUState *env);

Also available in: Unified diff