Ignore:
Timestamp:
2010-04-08T20:32:33Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a5909f
Parents:
2480e19
Message:

pci base address registers reading - parts of code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/include/ipc/dev_iface.h

    r2480e19 rd1fc8f0  
    3333#include <malloc.h>
    3434#include <unistd.h>
     35#include <libarch/types.h>
    3536
    3637#define DEV_IFACE_FIRST IPC_FIRST_USER_METHOD
     
    7273        union {
    7374                struct {
    74                         void *address;
     75                        uint64_t address;
    7576                        endianness_t endianness;                       
    7677                        size_t size;                   
Note: See TracChangeset for help on using the changeset viewer.