diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2018-12-04 15:01:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-04 15:01:48 +0100 |
commit | 6d422c3e2b80cf4de96b5ad824e84382be5fa52f (patch) | |
tree | 01b43cb14fe1dbe51cc2410504d7471b471c8254 /include | |
parent | 41771df84944f7739a5bff18b1207e1dc2d3cc59 (diff) | |
parent | f32f3899f81742a89973176167d977ee4eddbc77 (diff) | |
download | platform_external_arm-trusted-firmware-6d422c3e2b80cf4de96b5ad824e84382be5fa52f.tar.gz platform_external_arm-trusted-firmware-6d422c3e2b80cf4de96b5ad824e84382be5fa52f.tar.bz2 platform_external_arm-trusted-firmware-6d422c3e2b80cf4de96b5ad824e84382be5fa52f.zip |
Merge pull request #1702 from MISL-EBU-System-SW/patches-18.12
Update code with latest changes from Marvell LSP 18.12
Diffstat (limited to 'include')
-rw-r--r-- | include/drivers/marvell/ap807_clocks_init.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/drivers/marvell/ap807_clocks_init.h b/include/drivers/marvell/ap807_clocks_init.h new file mode 100644 index 000000000..4353b83e8 --- /dev/null +++ b/include/drivers/marvell/ap807_clocks_init.h @@ -0,0 +1,14 @@ +/* + * Copyright (C) 2018 Marvell International Ltd. + * + * SPDX-License-Identifier: BSD-3-Clause + * https://spdx.org/licenses + */ + +#ifndef AP807_INIT_CLOCKS_H +#define AP807_INIT_CLOCKS_H + +void ap807_clocks_init(unsigned int freq_option); + +#endif /* AP807_INIT_CLOCKS_H */ + |