coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ps8625.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __PS8625_H__
4 #define __PS8625_H__
5 
6 #include <stdint.h>
7 
8 struct parade_write {
12 };
13 
14 void parade_ps8625_bridge_setup(unsigned int bus, unsigned int chip_base,
15  const struct parade_write *,
16  int parade_write_count);
17 
18 #endif
void parade_ps8625_bridge_setup(unsigned int bus, unsigned int chip_base, const struct parade_write *, int parade_write_count)
Definition: ps8625.c:8
unsigned char uint8_t
Definition: stdint.h:8
Definition: device.h:76
uint8_t offset
Definition: ps8625.h:9
uint8_t reg
Definition: ps8625.h:10
uint8_t val
Definition: ps8625.h:11