aboutsummaryrefslogtreecommitdiffstats
path: root/src/jo_lowbat.h
blob: ddc667962a753654652144787c83c5c10e993b5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/****************************************************************************************/
/*                                                                                      */
/*  File     : jo_lowbat.h                                                /_________/   */
/*  Author   : Joe                                                              |       */
/*  Date     : 04/2020                                                          |       */
/*  Info     : The general header                                               |       */
/*                                                                      /       |       */
/*                                                                      \       /       */
/*                                                                       \_____/        */
/*                                                                                      */
/****************************************************************************************/

#ifndef JO_LOWBAT_H
#define JO_LOWBAT_H

enum
{
	JO_RET_FINE,
	JO_RET_RD_FAILED
};
char	*jo_f_status(void);

#endif