]> Git Repo - J-linux.git/blob - include/linux/greybus/manifest.h
Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/tasks...
[J-linux.git] / include / linux / greybus / manifest.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Greybus manifest parsing
4  *
5  * Copyright 2014 Google Inc.
6  * Copyright 2014 Linaro Ltd.
7  */
8
9 #ifndef __MANIFEST_H
10 #define __MANIFEST_H
11
12 #include <linux/types.h>
13
14 struct gb_interface;
15 bool gb_manifest_parse(struct gb_interface *intf, void *data, size_t size);
16
17 #endif /* __MANIFEST_H */
This page took 0.030078 seconds and 4 git commands to generate.