summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/legacy.h
blob: 2177f6aaed3c182b34407accdd2f3d310fbaab5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Greybus legacy-protocol driver
 *
 * Copyright 2015 Google Inc.
 * Copyright 2015 Linaro Ltd.
 *
 * Released under the GPLv2 only.
 */

#ifndef __LEGACY_H
#define __LEGACY_H

int gb_legacy_init(void);
void gb_legacy_exit(void);

#endif /* __LEGACY_H */