blob: 42dfe51a5e2ceadc4aeeefdd9102fe1b050e6afb [file] [log] [blame]
Sylvain Munautf5d7bf22020-09-14 10:23:50 +02001/*
2 * misc.h
3 *
4 * Copyright (C) 2019-2020 Sylvain Munaut <tnt@246tNt.com>
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 */
7
8#pragma once
9
10#include <stdbool.h>
11#include <stdint.h>
12
Sylvain Munautf5d7bf22020-09-14 10:23:50 +020013void e1_tick_read(uint16_t *ticks);
Sylvain Munaut46d6b412020-10-29 13:19:05 +010014
15void reboot(int fw);