Ignore:
Timestamp:
2010-04-18T19:44:17Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5fe1c32
Parents:
c1a8ae52
Message:

finished pseudo enumeration of ISA legacy devices (the ISA bus driver enumerates legacy devices specified in a configuration file)

File:
1 edited

Legend:

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

    rc1a8ae52 r5dc9622  
    4747
    4848
    49 
    50 // HW resource provider interface
    51 
    52 typedef enum {
    53         GET_RESOURCE_LIST = 0,
    54         ENABLE_INTERRUPT       
    55 } hw_res_funcs_t;
    56 
    57 /** HW resource types. */
    58 typedef enum {
    59         INTERRUPT,
    60         IO_RANGE,
    61         MEM_RANGE
    62 } hw_res_type_t;
    63 
    64 typedef enum {
    65         LITTLE_ENDIAN = 0,
    66         BIG_ENDIAN
    67 } endianness_t;
    68 
    6949#endif
Note: See TracChangeset for help on using the changeset viewer.