mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
Kernel/Graphics: Export DDC I2C address definition to global header file
This commit is contained in:
parent
0c64abb5e3
commit
cd3c51f29b
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2021, Liav A. <liavalb@hotmail.co.il>
|
||||
* Copyright (c) 2021-2022, Liav A. <liavalb@hotmail.co.il>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
@ -31,5 +31,7 @@ struct Modesetting {
|
|||
Timings horizontal;
|
||||
Timings vertical;
|
||||
};
|
||||
// Note: Address 0x50 is expected to be the DDC2 (EDID) i2c address.
|
||||
static constexpr u8 ddc2_i2c_address = 0x50;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue