Changeset 03362fbd in mainline for uspace/drv/fb/kfb/kfb.h


Ignore:
Timestamp:
2013-02-09T23:14:45Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
22dfd38
Parents:
b5d2e57 (diff), 005b765 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

Conflict resulting from bool.h → stdbool.h move and ddf structs turning opaque.
Fails to boot to shell console.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/fb/kfb/kfb.h

    rb5d2e57 r03362fbd  
    11/*
    2  * Copyright (c) 2011 Martin Sucha
     2 * Copyright (c) 2011 Petr Koupy
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libext2
     29/** @addtogroup kfb
    3030 * @{
    3131 */
     
    3434 */
    3535
    36 #ifndef LIBEXT2_LIBEXT2_H_
    37 #define LIBEXT2_LIBEXT2_H_
     36#ifndef KFB_KFB_H_
     37#define KFB_KFB_H_
    3838
    39 #include "libext2_superblock.h"
    40 #include "libext2_block_group.h"
    41 #include "libext2_inode.h"
    42 #include "libext2_filesystem.h"
    43 #include "libext2_directory.h"
     39#include <ddf/driver.h>
     40
     41#define NAME  "kfb"
     42
     43extern ddf_dev_ops_t graph_vsl_device_ops;
     44extern ddf_dev_ops_t graph_rnd_device_ops;
    4445
    4546#endif
Note: See TracChangeset for help on using the changeset viewer.