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

/* Microchip MEC1701 specific module for Chrome EC */

#ifndef __CROS_EC_CLOCK_CHIP_H
#define __CROS_EC_CLOCK_CHIP_H

#include <stdint.h>

void htimer_init(void);
void system_set_htimer_alarm(uint32_t seconds, uint32_t microseconds);

#endif /* __CROS_EC_I2C_CLOCK_H */