blob: 6885d176e53f770e27b826e09b61717eef711862 [file] [log] [blame]
/*
* Copyright (c) 2016 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef MAIN_H
#define MAIN_H
int main_process_events(uint32_t usec);
bool set_drm_master_relax(void);
typedef struct {
bool daemon;
bool enable_vts;
bool splash_only;
bool enable_gfx;
bool no_login;
} commandflags_t;
extern commandflags_t command_flags;
#endif