Changeset 1787e527 in mainline for kernel/genarch/include/ofw/upa.h


Ignore:
Timestamp:
2009-11-16T21:22:54Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ebdf94
Parents:
fcbd1be (diff), 9c70ed6 (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 with head (unstable)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/ofw/upa.h

    rfcbd1be r1787e527  
    11/*
    2  * Copyright (c) 2005 Jakub Jermar
     2 * Copyright (c) 2006 Jakub Jermar
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup ia64   
    30  * @{
    31  */
    32 /** @file
    33  */
     29#ifndef KERN_UPA_H_
     30#define KERN_UPA_H_
    3431
    35 #ifndef KERN_ia64_ARG_H_
    36 #define KERN_ia64_ARG_H_
     32#include <genarch/ofw/ofw_tree.h>
     33#include <arch/types.h>
     34#include <ddi/irq.h>
     35#include <typedefs.h>
    3736
    38 #include <stdarg.h>
     37typedef struct {
     38        uint64_t addr;
     39        uint64_t size;
     40} __attribute__ ((packed)) ofw_upa_reg_t;
     41
     42extern bool ofw_upa_apply_ranges(ofw_tree_node_t *, ofw_upa_reg_t *,
     43    uintptr_t *);
    3944
    4045#endif
    41 
    42 /** @}
    43  */
Note: See TracChangeset for help on using the changeset viewer.