a96665b595
Change-Id: I2ba35d7b7db4e6922d83f041497fe66bf52124cb
12 lines
206 B
C
12 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);
|