diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-18 12:20:15 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-05-18 12:20:15 +0000 |
commit | 2180c8458b3347f5c83fb483bcc70ec8dd5fe924 (patch) | |
tree | 48101dfcc19614df33ac128a5b57c61a021f7efc /serial/storage.h | |
parent | 2bf938fe553681b5cc8d35ff0d6b30ae9c3d3d97 (diff) |
serial: added port persistent storage
Diffstat (limited to 'serial/storage.h')
-rw-r--r-- | serial/storage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/serial/storage.h b/serial/storage.h index e87dd676..82512c90 100644 --- a/serial/storage.h +++ b/serial/storage.h @@ -20,3 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ + +int port_store(bdaddr_t *src, bdaddr_t *dst, int id, + uint8_t ch, const char *svcname); |