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

Subversion Repositories or1k

[/] [or1k/] [tags/] [initial/] [orpmon/] [cmds/] [tftp.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 809 simons
#include "common.h"
2
#include "net.h"
3
 
4
unsigned long load_addr;
5
 
6
int tftp_cmd (int argc, char *argv[])
7
{
8
  NetLoop(TFTP);
9
  return 0;
10
}
11
 
12
void module_tftp_init (void)
13
{
14
  register_command ("tftp", "[<file>] [<ip>]",  "TFTP download", tftp_cmd);
15
}

powered by: WebSVN 2.1.0

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