Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec...
[linux-2.6/btrfs-unstable.git] / include / linux / ts-nbus.h
blob5bd4c822f7cf1be352172e22618b3f5cc8b11678
1 /*
2 * Copyright (c) 2016 - Savoir-faire Linux
3 * Author: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com>
5 * This file is licensed under the terms of the GNU General Public
6 * License version 2. This program is licensed "as is" without any
7 * warranty of any kind, whether express or implied.
8 */
10 #ifndef _TS_NBUS_H
11 #define _TS_NBUS_H
13 struct ts_nbus;
15 extern int ts_nbus_read(struct ts_nbus *ts_nbus, u8 adr, u16 *val);
16 extern int ts_nbus_write(struct ts_nbus *ts_nbus, u8 adr, u16 val);
18 #endif /* _TS_NBUS_H */