summaryrefslogtreecommitdiff
path: root/include/system_boot_time.h
blob: e57d73d2d75b365c2c538811940c878bddc156ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright 2022 The ChromiumOS Authors
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef __CROS_EC_SYSTEM_BOOT_TIME_H
#define __CROS_EC_SYSTEM_BOOT_TIME_H

#include "ec_commands.h"

/**
 * Updates ap boot time data.
 *
 * @param boot time param needs to be updated
 */
void update_ap_boot_time(enum boot_time_param param);

#endif /* __CROS_EC_SYSTEM_BOOT_TIME_H */