aboutsummaryrefslogtreecommitdiff
path: root/module/dvfs/src/mod_dvfs_private.h
blob: 1db8b2c8cf6d36f8192c56614ba19cb4cc3fa7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Arm SCP/MCP Software
 * Copyright (c) 2017-2018, Arm Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef MOD_DVFS_PRIVATE_H
#define MOD_DVFS_PRIVATE_H

#include <mod_dvfs_event_private.h>
#include <mod_dvfs_domain_api_private.h>
#include <mod_dvfs_module_private.h>
#include <mod_dvfs_util_private.h>

#endif /* MOD_DVFS_PRIVATE_H */