mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
Initial creation of sourceware repository
This commit is contained in:
17
gdb/testsuite/gdb.base/ovlymgr.h
Normal file
17
gdb/testsuite/gdb.base/ovlymgr.h
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
* Sample runtime overlay manager.
|
||||
*/
|
||||
|
||||
#ifdef NO_PROTOTYPES
|
||||
#define PARAMS(paramlist) ()
|
||||
#else
|
||||
#define PARAMS(paramlist) paramlist
|
||||
#endif
|
||||
|
||||
typedef enum { FALSE, TRUE } bool;
|
||||
|
||||
/* Entry Points: */
|
||||
|
||||
bool OverlayLoad PARAMS((unsigned long ovlyno));
|
||||
bool OverlayUnload PARAMS((unsigned long ovlyno));
|
||||
|
Reference in New Issue
Block a user