17 lines
348 B
C
17 lines
348 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright 2013 Texas Instruments, Inc.
|
|
* Cyril Chemparathy <cyril@ti.com>
|
|
* Santosh Shilimkar <santosh.shillimkar@ti.com>
|
|
*/
|
|
|
|
#ifndef __KEYSTONE_H__
|
|
#define __KEYSTONE_H__
|
|
|
|
#ifndef __ASSEMBLER__
|
|
|
|
extern int keystone_pm_runtime_init(void);
|
|
|
|
#endif /* __ASSEMBLER__ */
|
|
#endif /* __KEYSTONE_H__ */
|