blob: 039dd664c2c003da40b0a875cf1777e9de2114de [file] [log] [blame]
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -04001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * (C) Copyright 2018 Cisco Systems, Inc.
4 *
5 * Author: Thomas Fitzsimmons <fitzsim@fitzsim.org>
6 */
7
8#ifndef _BCMSTB_TIMER_H
9#define _BCMSTB_TIMER_H
10
Thomas Fitzsimmons41aacdd2018-08-15 21:33:49 -040011uint64_t get_ticks(void);
Thomas Fitzsimmons919646d2018-06-08 17:59:45 -040012
13#endif /* _BCMSTB_TIMER_H */