2019-06-01 16:08:37 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2013-06-11 00:20:17 +08:00
|
|
|
/*
|
|
|
|
* Copyright 2013 Texas Instruments, Inc.
|
|
|
|
* Cyril Chemparathy <cyril@ti.com>
|
|
|
|
* Santosh Shilimkar <santosh.shillimkar@ti.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __KEYSTONE_H__
|
|
|
|
#define __KEYSTONE_H__
|
|
|
|
|
2013-06-22 06:54:47 +08:00
|
|
|
#ifndef __ASSEMBLER__
|
|
|
|
|
2013-11-24 06:08:03 +08:00
|
|
|
extern int keystone_pm_runtime_init(void);
|
2013-06-11 00:20:17 +08:00
|
|
|
|
2013-06-22 06:54:47 +08:00
|
|
|
#endif /* __ASSEMBLER__ */
|
2013-06-11 00:20:17 +08:00
|
|
|
#endif /* __KEYSTONE_H__ */
|