Include guards on our headers
This commit is contained in:
@@ -16,4 +16,9 @@
|
||||
* Copyright 2008-2020 Sarah Walker.
|
||||
*/
|
||||
|
||||
#ifndef VIDEO_VOODOO_REG_H
|
||||
# define VIDEO_VOODOO_REG_H
|
||||
|
||||
void voodoo_reg_writel(uint32_t addr, uint32_t val, void *p);
|
||||
|
||||
#endif /*VIDEO_VOODOO_REG_H*/
|
||||
|
||||
Reference in New Issue
Block a user