xref: /netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ovlymgr.h (revision 924795e69c8bb3f17afd8fcbb799710cc1719dc4)
1 /*
2  * Sample runtime overlay manager.
3  */
4 
5 typedef enum { FALSE, TRUE } bool;
6 
7 /* Entry Points: */
8 
9 bool OverlayLoad (unsigned long ovlyno);
10 bool OverlayUnload (unsigned long ovlyno);
11