~jkavalik/cdfs/main

« back to all changes in this revision

Viewing changes to uspace/lib/c/include/ipc/fb.h

merge mainline
update async in cdfs
add READ TOC support in ata_bd, libblock and cdfs

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 * @{
31
31
 */
32
32
/** @file
33
 
 */ 
 
33
 */
34
34
 
35
35
#ifndef LIBC_FB_H_
36
36
#define LIBC_FB_H_
37
37
 
38
 
#include <ipc/ipc.h>
 
38
#include <ipc/common.h>
39
39
 
40
40
typedef enum {
41
41
        FB_PUTCHAR = IPC_FIRST_USER_METHOD,