Opened 12 years ago

Closed 11 years ago

#435 closed enhancement (fixed)

ddf_dev_t and ddf_fun_t should be opaque

Reported by: Jiri Svoboda Owned by:
Priority: major Milestone: 0.6.0
Component: helenos/unspecified Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

Currently drivers access fields in ddf_dev_t and ddf_fun_t directly. Where needed, DDF functions interfaces need to be added to eliminate the need for direct access. Then, the structures should be made opaque to prevent drivers from accidentally accessing them.

Change History (1)

comment:1 by Jiri Svoboda, 11 years ago

Milestone: 0.5.1
Resolution: fixed
Status: newclosed

This was fixed long ago in mainline,1622.

Note: See TracTickets for help on using tickets.