summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/string.h
blob: 593ced230415ff24b3d12b6619e2147f485660f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _IPXE_STRING_H
#define _IPXE_STRING_H

/** @file
 *
 * String functions
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
FILE_SECBOOT ( PERMITTED );

extern unsigned int digit_value ( unsigned int digit );

#endif /* _IPXE_STRING_H */