Use an ihandle_t to store the instance handle of an opened device
instead of a phandle_t (package handle). Since both are typedefed to unsigned int, this is more or less cosmetic.
This commit is contained in:
parent
fcc15dc5a9
commit
55cce44c9e
@ -31,7 +31,7 @@
|
||||
struct ofw_devdesc {
|
||||
struct devsw *d_dev;
|
||||
int d_type;
|
||||
phandle_t d_handle;
|
||||
ihandle_t d_handle;
|
||||
char d_path[256];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user