13 lines
206 B
C
13 lines
206 B
C
/*
|
|
* Copyright (C) 2024 The LineageOS Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <display/drm/mi_disp.h>
|
|
|
|
bool readBool(int fd);
|
|
disp_event_resp* parseDispEvent(int fd);
|