blob: f61204bbae79735512229367360a875e24b1a212 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef __jse_priv_H
#define __jse_prov_H
/*
* Copyright (c) 2004 Picture Elements, Inc.
* Stephen Williams (steve@icarus.com)
*
* SPDX-License-Identifier: GPL-2.0+
*/
extern void host_bridge_init(void);
#endif
|