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 eef5a6b commit c1cfab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 <inttypes.h>
#include <types.h>

#define BIT(x) (1 << x)
#define clrsetbits_le32(addr, clear, set) \
Expand Down Expand Up @@ -54,4 +54,4 @@ static inline __attribute__((__always_inline__)) void write64(virtual_addr_t add
*((volatile uint64_t *) (addr)) = value;
}

#endif
#endif

0 comments on commit c1cfab2

Please sign in to comment.