refactored device_t and all declarations
This commit is contained in:
@@ -169,6 +169,7 @@ icd2061_close(void *priv)
|
||||
const device_t icd2061_device =
|
||||
{
|
||||
"ICD2061 Clock Generator",
|
||||
"icd2061",
|
||||
0, 0,
|
||||
icd2061_init, icd2061_close,
|
||||
NULL, { NULL }, NULL, NULL
|
||||
@@ -178,6 +179,7 @@ const device_t icd2061_device =
|
||||
const device_t ics9161_device =
|
||||
{
|
||||
"ICS9161 Clock Generator",
|
||||
"ics9161",
|
||||
0, 0,
|
||||
icd2061_init, icd2061_close,
|
||||
NULL, { NULL }, NULL, NULL
|
||||
|
||||
Reference in New Issue
Block a user