blob: 2177f6aaed3c182b34407accdd2f3d310fbaab5b [file] [log] [blame]
Johan Hovold5dda7e52016-01-19 12:50:59 +01001/*
2 * Greybus legacy-protocol driver
3 *
4 * Copyright 2015 Google Inc.
5 * Copyright 2015 Linaro Ltd.
6 *
7 * Released under the GPLv2 only.
8 */
9
10#ifndef __LEGACY_H
11#define __LEGACY_H
12
13int gb_legacy_init(void);
14void gb_legacy_exit(void);
15
16#endif /* __LEGACY_H */