diff options
| author | Keith Packard <keithp@keithp.com> | 2013-11-28 09:46:13 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-11-28 09:46:13 -0800 |
| commit | d93a65a90f19e4816231e03b1f399af6e3742aee (patch) | |
| tree | f4c2d026846a0c282bebdc13c00f5ba2147a7170 /ao-tools/ao-stmload/ao-stmload.h | |
| parent | 14204e3d147ad99cc249ad8de254809180fe5c38 (diff) | |
ao-tools: Move ao-selfload into library
This needs to be shared between ao-stmload and ao-usbload
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-stmload/ao-stmload.h')
| -rw-r--r-- | ao-tools/ao-stmload/ao-stmload.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ao-tools/ao-stmload/ao-stmload.h b/ao-tools/ao-stmload/ao-stmload.h index 744dfa75..1ba9a977 100644 --- a/ao-tools/ao-stmload/ao-stmload.h +++ b/ao-tools/ao-stmload/ao-stmload.h @@ -33,12 +33,4 @@ ao_self_block_read(struct cc_usb *cc, uint32_t address, uint8_t block[256]); void ao_self_block_write(struct cc_usb *cc, uint32_t address, uint8_t block[256]); -struct ao_hex_image * -ao_self_read(struct cc_usb *cc, uint32_t address, uint32_t length); - -int -ao_self_write(struct cc_usb *cc, struct ao_hex_image *image); - -extern int ao_self_verbose; - #endif /* _AO_STMLOAD_H_ */ |
