Dominik Behr | 44e07e6 | 2016-01-13 19:43:57 -0800 | [diff] [blame^] | 1 | /* |
2 | * Copyright (c) 2016 The Chromium OS Authors. All rights reserved. | ||||
3 | * Use of this source code is governed by a BSD-style license that can be | ||||
4 | * found in the LICENSE file. | ||||
5 | */ | ||||
6 | |||||
7 | #ifndef MAIN_H | ||||
8 | #define MAIN_H | ||||
9 | |||||
10 | int main_process_events(uint32_t usec); | ||||
11 | |||||
12 | #endif |