RTEMS
5.0.0
|
Global BSP definitions. More...
#include <bspopts.h>
#include <bsp/default-initial-extension.h>
#include <rtems.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | BSP_IDLE_TASK_BODY clock_driver_sim_idle_body |
Functions | |
void * | clock_driver_sim_idle_body (uintptr_t) |
Support for simulated clock tick. | |
int | gdbarmsim_system (const char *) |
int | gdbarmsim_rename (const char *, const char *) |
int | gdbarmsim__isatty (int) |
int | gdbarmsim_gettimeofday (struct timeval *, void *) |
int | gdbarmsim_unlink (const char *) |
int | gdbarmsim_link (void) |
int | gdbarmsim_stat (const char *, struct stat *) |
int | gdbarmsim_fstat (int, struct stat *) |
int | gdbarmsim_swistat (int fd, struct stat *st) |
int | gdbarmsim_close (int) |
clock_t | gdbarmsim_clock (void) |
int | gdbarmsim_swiclose (int) |
int | gdbarmsim_open (const char *, int,...) |
int | gdbarmsim_swiopen (const char *, int) |
int | gdbarmsim_writec (const char c) |
int | gdbarmsim_write (int, char *, int) |
int | gdbarmsim_swiwrite (int, char *, int) |
int | gdbarmsim_lseek (int, int, int) |
int | gdbarmsim_swilseek (int, int, int) |
int | gdbarmsim_read (int, char *, int) |
int | gdbarmsim_swiread (int, char *, int) |
void | initialise_monitor_handles (void) |
Global BSP definitions.