mirror of
https://gitee.com/openharmony/drivers_framework
synced 2024-11-23 13:00:07 +00:00
modify private to priv
This commit is contained in:
parent
3ffbe23826
commit
de8715a63a
@ -94,7 +94,7 @@ struct HdfDeviceObject {
|
||||
const struct DeviceResourceNode *property;
|
||||
DeviceClass deviceClass;
|
||||
/** Pointer to the private data of the device */
|
||||
void *private;
|
||||
void *priv;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user