Changeset 820c667 in rtems
- Timestamp:
- 03/14/18 21:14:07 (5 years ago)
- Branches:
- 5, master
- Children:
- a4eb7836
- Parents:
- 52cdb134
- git-author:
- Joel Sherrill <joel@…> (03/14/18 21:14:07)
- git-committer:
- Joel Sherrill <joel@…> (03/16/18 13:36:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/gdbarmsim/include/bsp.h
r52cdb134 r820c667 48 48 /* 49 49 * Access to the GDB simulator. 50 * 51 * NOTE: Full list possible is included. Not all are available in BSP. 50 52 */ 51 53 int gdbarmsim_system(const char *); 52 54 int gdbarmsim_rename(const char *, const char *); 53 55 int gdbarmsim__isatty(int); 54 clock_t gdbarmsim_times(struct tms *); 56 /* clock_t gdbarmsim_times(struct tms *); */ 55 57 int gdbarmsim_gettimeofday(struct timeval *, void *); 56 58 int gdbarmsim_unlink(const char *);
Note: See TracChangeset
for help on using the changeset viewer.