Changeset 7c014d1 in mainline for uspace/srv/hid/fb/port/kfb.h
- Timestamp:
- 2011-09-09T15:46:21Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c69646f8
- Parents:
- 14a60e3
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/port/kfb.h
r14a60e3 r7c014d1 1 1 /* 2 * Copyright (c) 20 11 Martin Decky2 * Copyright (c) 2006 Ondrej Palkovsky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup imgmap 29 /** @addtogroup fb 30 * @ingroup fbs 30 31 * @{ 31 32 */ 32 /** 33 * @file 33 /** @file 34 34 */ 35 35 36 #ifndef IMGMAP_IMGMAP_H_37 #define IMGMAP_IMGMAP_H_36 #ifndef FB_PORT_KFB_H_ 37 #define FB_PORT_KFB_H_ 38 38 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); 39 extern int kfb_init(void); 51 40 52 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.