Changeset be942bc in mainline for uspace/lib/c/include/device/hw_res.h


Ignore:
Timestamp:
2010-12-21T11:43:44Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b0a76d5
Parents:
78ffb70
Message:

Do not use EPARTY inappropriately.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/device/hw_res.h

    r78ffb70 rbe942bc  
    9595
    9696
    97 bool get_hw_resources(int dev_phone, hw_resource_list_t *hw_resources);
    98 
    99 bool enable_interrupt(int dev_phone);
     97extern int get_hw_resources(int, hw_resource_list_t *);
     98extern bool enable_interrupt(int);
    10099
    101100
Note: See TracChangeset for help on using the changeset viewer.