Opened 13 years ago
Closed 12 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 , 12 years ago
Milestone: | → 0.5.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was fixed long ago in mainline,1622.