2004-04-15 23:14:49 +00:00
|
|
|
#ifndef __jse_priv_H
|
|
|
|
#define __jse_prov_H
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2004 Picture Elements, Inc.
|
|
|
|
* Stephen Williams (steve@icarus.com)
|
|
|
|
*
|
2013-07-08 07:37:19 +00:00
|
|
|
* SPDX-License-Identifier: GPL-2.0+
|
2004-04-15 23:14:49 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
extern void host_bridge_init(void);
|
|
|
|
|
|
|
|
#endif
|