mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-08-27 20:49:55 -04:00
fix issue
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
#include "hdf_slist.h"
|
||||
|
||||
struct HdfDeviceToken {
|
||||
struct HdfSListNode node;
|
||||
struct IHdfDeviceToken super;
|
||||
struct HdfSListNode node;
|
||||
};
|
||||
|
||||
struct HdfObject *HdfDeviceTokenCreate(void);
|
||||
|
||||
Reference in New Issue
Block a user