OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [bootloaders/] [orpmon/] [include/] [hdbug.h] - Diff between revs 2 and 175

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 2 Rev 175
Line 37... Line 37...
/* ----------------------------                                       */
/* ----------------------------                                       */
void module_hdbug_init (void);
void module_hdbug_init (void);
int hdbug(int argc, char **argv);
int hdbug(int argc, char **argv);
int hdbug_exit(int argc, char **argv);
int hdbug_exit(int argc, char **argv);
int hdbug_help(int argc, char **argv);
int hdbug_help(int argc, char **argv);
void register_hdbug_command (const char *name, const char *params, const char *help, int (*func)(int argc, char *argv[]
 
 No newline at end of file
 No newline at end of file
 
void register_hdbug_command (const char *name, const char *params, const char *help, int (*func)(int argc, char *argv[]));
 
int hdbug_mon_command(void);
 
int execute_hdbug_command(char *pstr, int argc, char **argv);
 
 
 
int hdbug_umount_cmd(int arc, char **argv);
 
int hdbug_mount_cmd(int argc, char **argv);
 
 
 
int hdbug_cd_cmd(int argc, char **argv);
 
 
 
int hdbug_dir_cmd(int argc, char **argv);
 
int hdbug_dir_print(struct dos_dir_entry *entry);
 
 
 
 
 
inline void *swap(void *var, size_t size);
 
 
 
#endif
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.