KM3NeT CLB  2.0
KM3NeT CLB v2 Embedded Software
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
syserr.h
Go to the documentation of this file.
1 /*
2  * KM3NeT CLB v2 Firmware
3  * ----------------------
4  *
5  * Copyright 2013 KM3NeT Collaboration
6  *
7  * All Rights Reserved.
8  *
9  *
10  * File : syserr.h
11  * Created : 14 feb. 2014
12  * Author : Vincent van Beveren
13  */
14 
15 #ifndef SYSERR_H_
16 #define SYSERR_H_
17 
18 /**
19  * @file
20  *
21  * @ingroup lm32soc
22  *
23  * System errors.
24  */
25 
26 #define SYSERR_INSTBUS_ERORR 1
27 #define SYSERR_DATABUS_ERROR 2
28 #define SYSERR_DIVZERO_ERROR 3
29 
30 #endif /* SYSERR_H_ */