sim: frv: fix up various missing prototype warnings

Some of these were missing includes, some were unused funcs we can
cleanup, and some were missing prototypes for use in other files.
This commit is contained in:
Mike Frysinger
2021-06-27 00:02:52 -04:00
parent 2b83b95803
commit a9d200398a
6 changed files with 22 additions and 1 deletions

View File

@ -27,6 +27,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#include "sim-signal.h"
#include "bfd.h"
#include <stdlib.h>
#include "cgen-mem.h"
/* FR-V Interrupt table.
Describes the interrupts supported by the FR-V.