Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/protected-data-1.h
2023-03-06 14:48:14 +01:00

11 lines
301 B
C

extern int protected_data_1a;
extern int protected_data_1b;
extern int *protected_data_1a_p ();
extern int *protected_data_1b_p ();
extern void set_protected_data_1a (int);
extern void set_protected_data_1b (int);
extern int check_protected_data_1a (int);
extern int check_protected_data_1b (int);