Subversion Repositories HelenOS

Rev

Rev 4337 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4337 Rev 4347
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 32... Line 33...
32
/** @file
33
/** @file
33
 */
34
 */
34
 
35
 
35
#include <genarch/fb/font-8x16.h>
36
#include <genarch/fb/font-8x16.h>
36
 
37
 
4647
};
3267
4648
 
3268
4649
/** @}
3269
4650
 */
3270