Changeset 8049b79 in mainline for uspace/lib/c/include/ddi.h


Ignore:
Timestamp:
2013-09-12T19:30:25Z (11 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7de1988c
Parents:
46eb2c4
Message:

Apply PIO window when parsing HW resources.

  • Each parsed IO and memory range will have both absolute and PIO window relative addresses computed.
  • Provide pio_enable_range() variant of pio_enable() working with addr_range_t.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ddi.h

    r46eb2c4 r8049b79  
    4141#include <abi/ddi/irq.h>
    4242#include <device/hw_res.h>
     43#include <device/hw_res_parsed.h>
    4344#include <device/pio_window.h>
    4445#include <task.h>
     
    5758extern int dmamem_unmap_anonymous(void *);
    5859
     60extern int pio_enable_range(addr_range_t *, void **);
    5961extern int pio_enable_resource(pio_window_t *, hw_resource_t *, void **);
    6062extern int pio_enable(void *, size_t, void **);
Note: See TracChangeset for help on using the changeset viewer.