repo.or.cz
/
barebox-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add basic support for mini2440 board to barebox.
[barebox-mini2440.git]
/
include
/
errno.h
blob
025816e067fed764c776acd74dfeef5054cc0add
1
#ifndef __ERRNO_H
2
#define __ERRNO_H
3
4
#include <asm-generic/errno.h>
5
6
extern
int
errno
;
7
8
void
perror
(
const char
*
s
);
9
const char
*
errno_str
(
void
);
10
const char
*
strerror
(
int
errnum
);
11
12
#endif
/* __ERRNO_H */