Split vid_voodoo.c into multiple source & header files.

This commit is contained in:
SarahW 2020-07-14 21:35:23 +01:00
commit 41238b3c85
22 changed files with 6938 additions and 6761 deletions

1
src/vid_voodoo_reg.h Normal file
View file

@ -0,0 +1 @@
void voodoo_reg_writel(uint32_t addr, uint32_t val, void *p);