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

Subversion Repositories amber

[/] [amber/] [trunk/] [sw/] [boot-loader-ethmac/] [utilities.h] - Diff between revs 78 and 80

Show entire file | Details | Blame | View Log

Rev 78 Rev 80
Line 37... Line 37...
// from http://www.opencores.org/lgpl.shtml                     //
// from http://www.opencores.org/lgpl.shtml                     //
//                                                              //
//                                                              //
----------------------------------------------------------------*/
----------------------------------------------------------------*/
#define NULL 0
#define NULL 0
 
 
 
/* function prototypes */
void            udelay20                (void);
void            udelay20                (void);
void *          malloc                  (unsigned int);
void *          malloc                  (unsigned int);
int             get_hex                 (char*, unsigned int*);
int             get_hex                 (char*, unsigned int*);
int             next_string             (char*);
int             next_string             (char*);
int             strcmp                  (char*, char*);
int             strcmp                  (char*, char*);
int                     serial_putchar_         (char *);
int                     serial_putchar_         (char *);
 
 
void            led_clear               (void);
 
void            led_flip                (int);
 
void            led_on                  (int);
 
void            led_off                 (int);
 
void            led_123                 (int);
 
 
 
void            phy_rst                 (int);
void            phy_rst                 (int);
 
 
 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.