diff options
Diffstat (limited to 'arch/arm/mach-keystone/keystone.h')
-rw-r--r-- | arch/arm/mach-keystone/keystone.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/mach-keystone/keystone.h b/arch/arm/mach-keystone/keystone.h new file mode 100644 index 000000000..71ff8cd2e --- /dev/null +++ b/arch/arm/mach-keystone/keystone.h @@ -0,0 +1,16 @@ +/* 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__ */ |