Changeset 7c014d1 in mainline for uspace/srv/hid/fb/port/kfb.h


Ignore:
Timestamp:
2011-09-09T15:46:21Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c69646f8
Parents:
14a60e3
Message:

console and framebuffer server rewrite

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/port/kfb.h

    r14a60e3 r7c014d1  
    11/*
    2  * Copyright (c) 2011 Martin Decky
     2 * Copyright (c) 2006 Ondrej Palkovsky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup imgmap
     29/** @addtogroup fb
     30 * @ingroup fbs
    3031 * @{
    3132 */
    32 /**
    33  * @file
     33/** @file
    3434 */
    3535
    36 #ifndef IMGMAP_IMGMAP_H_
    37 #define IMGMAP_IMGMAP_H_
     36#ifndef FB_PORT_KFB_H_
     37#define FB_PORT_KFB_H_
    3838
    39 #include <sys/types.h>
    40 #include <abi/fb/visuals.h>
    41 
    42 typedef struct {
    43         size_t size;
    44         sysarg_t width;
    45         sysarg_t height;
    46         visual_t visual;
    47         uint8_t data[];
    48 } imgmap_t;
    49 
    50 extern imgmap_t *imgmap_decode_tga(void *, size_t);
     39extern int kfb_init(void);
    5140
    5241#endif
Note: See TracChangeset for help on using the changeset viewer.