Skip to content

Commit

Permalink
Update io.h
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru authored Feb 3, 2024
1 parent c1cfab2 commit 516190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/arch/arm32/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#ifndef __IO_H__
#define __IO_H__

#include <types.h>
#include "types.h"

#define BIT(x) (1 << x)
#define clrsetbits_le32(addr, clear, set) \
Expand Down

0 comments on commit 516190f

Please sign in to comment.