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

Subversion Repositories qaz_libs

[/] [qaz_libs/] [trunk/] [cli/] [cli/] [sys_error.h] - Blame information for rev 22

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 22 qaztronic
/*-----------------------------------------------------------*/
2
 
3
#ifndef _SYS_ERROR_H_
4
#define _SYS_ERROR_H_
5
 
6
 typedef enum
7
{
8
  FATAL_ERROR_CLI = 0,
9
  FATAL_ERROR_FD_SSP0_0,
10
} sys_error_fatal_type;
11
 
12
 
13
/*-----------------------------------------------------------*/
14
void sys_error_fatal( unsigned int error );
15
 
16
#endif  //  _SYS_ERROR_H_
17
 

powered by: WebSVN 2.1.0

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