Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mdmngr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
IOPSYS
mdmngr
Commits
09b340f6
Commit
09b340f6
authored
7 years ago
by
Jakob Olsson
Browse files
Options
Downloads
Patches
Plain Diff
dongle.h: remove old declarations
parent
c918d55e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dongle.h
+1
-32
1 addition, 32 deletions
dongle.h
with
1 addition
and
32 deletions
dongle.h
+
1
−
32
View file @
09b340f6
...
@@ -21,36 +21,5 @@ struct device {
...
@@ -21,36 +21,5 @@ struct device {
bool present;
bool present;
};
};
*/
*/
void
uloop_add_get_devices
(
struct
uloop_timeout
*
t
);
int
get_devices_from_path
(
char
*
input_path
);
int
get_devices
(
void
);
int
poll_devices
(
struct
uloop_timeout
*
t
);
int
tag_missing_devices
(
void
);
int
add_device
(
struct
device
*
new_dev
);
int
delete_all_devices
(
void
);
int
delete_device_by_name
(
char
*
name
);
int
delete_device
(
struct
device
*
dev
);
void
free_device
(
struct
device
*
dev
);
void
free_usb
(
struct
USB
*
usb
);
struct
device
*
search_list
(
char
*
name
);
char
*
lexer
(
char
**
input
,
char
*
delimiter
);
void
remove_newline
(
char
*
input
);
char
*
get_usb_stat
(
char
*
path
,
char
*
file
);
char
*
get_device_name
(
char
*
dir_name
);
char
*
get_device_ip
(
char
*
device_name
);
int
list_to_blob
(
struct
blob_buf
*
bb
);
int
print_list
(
struct
ubus_context
*
ctx
,
struct
ubus_object
*
obj
,
struct
ubus_request_data
*
req
,
const
char
*
method
,
struct
blob_attr
*
msg
);
int
clear
(
struct
ubus_context
*
ctx
,
struct
ubus_object
*
obj
,
struct
ubus_request_data
*
req
,
const
char
*
method
,
struct
blob_attr
*
msg
);
int
test
(
struct
ubus_context
*
ctx
,
struct
ubus_object
*
obj
,
struct
ubus_request_data
*
req
,
const
char
*
method
,
struct
blob_attr
*
msg
);
int
remove_device
(
struct
ubus_context
*
ctx
,
struct
ubus_object
*
obj
,
struct
ubus_request_data
*
req
,
const
char
*
method
,
struct
blob_attr
*
msg
);
void
init_ubus
(
void
);
int
publish_object
(
struct
ubus_context
*
ctx
);
#endif
#endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment