mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 19:39:31 +08:00
parent
885ac75710
commit
34ff390b09
@ -155,14 +155,14 @@
|
||||
/*
|
||||
* Bus address and size types
|
||||
*/
|
||||
typedef unsigned int bus_addr_t;
|
||||
typedef unsigned int bus_size_t;
|
||||
typedef uintptr_t bus_addr_t;
|
||||
typedef uintptr_t bus_size_t;
|
||||
|
||||
/*
|
||||
* Access methods for bus resources and address space.
|
||||
*/
|
||||
typedef int bus_space_tag_t;
|
||||
typedef unsigned int bus_space_handle_t;
|
||||
typedef uintptr_t bus_space_handle_t;
|
||||
|
||||
/*
|
||||
* Map a region of device bus space into CPU virtual address space.
|
||||
|
Loading…
x
Reference in New Issue
Block a user