Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
cdf1d8de
Commit
cdf1d8de
authored
11 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Patches
Plain Diff
libswd: Missing prototype for libswd_ap_select
parent
29a73339
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testjig/production/libswd.h
+1
-0
1 addition, 0 deletions
testjig/production/libswd.h
with
1 addition
and
0 deletions
testjig/production/libswd.h
+
1
−
0
View file @
cdf1d8de
...
@@ -650,6 +650,7 @@ int libswd_dp_read(libswd_ctx_t *libswdctx, libswd_operation_t operation, char a
...
@@ -650,6 +650,7 @@ int libswd_dp_read(libswd_ctx_t *libswdctx, libswd_operation_t operation, char a
int
libswd_dp_write
(
libswd_ctx_t
*
libswdctx
,
libswd_operation_t
operation
,
char
addr
,
int
*
data
);
int
libswd_dp_write
(
libswd_ctx_t
*
libswdctx
,
libswd_operation_t
operation
,
char
addr
,
int
*
data
);
int
libswd_ap_read
(
libswd_ctx_t
*
libswdctx
,
libswd_operation_t
operation
,
char
addr
,
int
**
data
);
int
libswd_ap_read
(
libswd_ctx_t
*
libswdctx
,
libswd_operation_t
operation
,
char
addr
,
int
**
data
);
int
libswd_ap_write
(
libswd_ctx_t
*
libswdctx
,
libswd_operation_t
operation
,
char
addr
,
int
*
data
);
int
libswd_ap_write
(
libswd_ctx_t
*
libswdctx
,
libswd_operation_t
operation
,
char
addr
,
int
*
data
);
int
libswd_ap_select
(
libswd_ctx_t
*
libswdctx
,
libswd_operation_t
operation
,
char
ap
);
extern
int
libswd_log
(
libswd_ctx_t
*
libswdctx
,
libswd_loglevel_t
loglevel
,
char
*
msg
,
...);
extern
int
libswd_log
(
libswd_ctx_t
*
libswdctx
,
libswd_loglevel_t
loglevel
,
char
*
msg
,
...);
int
libswd_log_internal
(
libswd_ctx_t
*
libswdctx
,
libswd_loglevel_t
loglevel
,
char
*
msg
,
...);
int
libswd_log_internal
(
libswd_ctx_t
*
libswdctx
,
libswd_loglevel_t
loglevel
,
char
*
msg
,
...);
...
...
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