Subversion Repositories HelenOS

Rev

Rev 2787 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2787 Rev 4377
Line 1... Line 1...
1
/*
1
/*
-
 
2
 * Copyright (c) 2000 Dmitry Bolkhovityanov
2
 * Copyright (c) 2005 Martin Decky
3
 * Copyright (c) 2009 Martin Decky
3
 * All rights reserved.
4
 * All rights reserved.
4
 *
5
 *
5
 * Redistribution and use in source and binary forms, with or without
6
 * Redistribution and use in source and binary forms, with or without
6
 * modification, are permitted provided that the following conditions
7
 * modification, are permitted provided that the following conditions
7
 * are met:
8
 * are met:
Line 24... Line 25...
24
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
 */
28
 */
28
 
29
 
29
#include "font-8x16.h"
30
/** @addtogroup genarch
-
 
31
 * @{
-
 
32
 */
-
 
33
/** @file
-
 
34
 */
30
 
35
 
-
 
36
#include <sys/types.h>
31
unsigned char fb_font[FONT_GLIPHS * FONT_SCANLINES] = {
37
#include "font-8x16.h"
32
 
38
 
4640
 
3265
-
 
3266
-
 
3267
4641
};
3268
-
 
3269
-
 
3270
-
 
3271