Ignore:
Timestamp:
2012-11-26T19:02:45Z (12 years ago)
Author:
Adam Hraska <adam.hraska+hos@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04552324
Parents:
5d230a30 (diff), 7462674 (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:

Merged mainline,1723.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/mach/beagleboardxm/beagleboardxm.h

    r5d230a30 r69146b93  
    11/*
    2  * Copyright (c) 2011 Martin Sucha
     2 * Copyright (c) 2012 Jan Vesely
    33 * All rights reserved.
    44 *
     
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28/** @addtogroup arm32beagleboardxm beagleboardxm
     29 *  @brief BeagleBoard-xM platform.
     30 *  @ingroup arm32
     31 * @{
     32 */
     33/** @file
     34 *  @brief BeagleBoard platform driver.
     35 */
    2836
    29 /** @addtogroup fs
    30  * @{
    31  */
     37#ifndef KERN_arm32_beagleboardxm_H_
     38#define KERN_arm32_beagleboardxm_H_
    3239
    33 #ifndef EXT2FS_EXT2FS_H_
    34 #define EXT2FS_EXT2FS_H_
     40#include <arch/machine_func.h>
    3541
    36 #include <libext2.h>
    37 #include <libfs.h>
    38 #include <sys/types.h>
    39 
    40 #define min(a, b)               ((a) < (b) ? (a) : (b))
    41 
    42 extern vfs_out_ops_t ext2fs_ops;
    43 extern libfs_ops_t ext2fs_libfs_ops;
    44 
    45 extern int ext2fs_global_init(void);
    46 extern int ext2fs_global_fini(void);
     42extern struct arm_machine_ops bbxm_machine_ops;
    4743
    4844#endif
    4945
    50 /**
    51  * @}
     46/** @}
    5247 */
     48
Note: See TracChangeset for help on using the changeset viewer.