summaryrefslogtreecommitdiff
path: root/gxp-thermal.h
blob: aa4fe3a1b4eb44385f159b770bc3b0a869de6b3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Platform thermal driver for GXP.
 *
 * Copyright (C) 2021-2023 Google LLC
 */
#ifndef __GXP_THERMAL_H__
#define __GXP_THERMAL_H__

#include <gcip/gcip-thermal.h>

#include "gxp-internal.h"

#define GXP_COOLING_NAME "gxp-cooling"

int gxp_thermal_init(struct gxp_dev *gxp);
void gxp_thermal_exit(struct gxp_dev *gxp);

#endif /* __GXP_THERMAL_H__ */