Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1648 → Rev 1649

/uspace/trunk/fb/fb.h
26,6 → 26,13
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup fb
* @ingroup fbs
* @{
*/
/** @file
*/
 
#ifndef _FB_H_
#define _FB_H_
 
32,3 → 39,7
int fb_init(void);
 
#endif
 
/** @}
*/