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

Subversion Repositories plasma

[/] [plasma/] [trunk/] [kernel/] [netutil.c] - Diff between revs 422 and 424

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

Rev 422 Rev 424
Line 14... Line 14...
#include "plasma.h"
#include "plasma.h"
#include "rtos.h"
#include "rtos.h"
#include "tcpip.h"
#include "tcpip.h"
 
 
#ifndef EXCLUDE_DLL
#ifndef EXCLUDE_DLL
static void ConsoleRun(IPSocket *socket, char *argv[]);
void ConsoleRun(IPSocket *socket, char *argv[]);
#endif
#endif
 
 
//******************* FTP Server ************************
//******************* FTP Server ************************
typedef struct {
typedef struct {
   IPSocket *socket;
   IPSocket *socket;
Line 1304... Line 1304...
   }
   }
   return elfHeader->e_entry;
   return elfHeader->e_entry;
}
}
 
 
 
 
static void ConsoleRun(IPSocket *socket, char *argv[])
void ConsoleRun(IPSocket *socket, char *argv[])
{
{
   FILE *file;
   FILE *file;
   int bytes, i, run=0;
   int bytes, i, run=0;
   uint8 code[256];
   uint8 code[256];
   DllFunc funcPtr;
   DllFunc funcPtr;

powered by: WebSVN 2.1.0

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