Skip to content

Commit

Permalink
Merge pull request #20 from YuzukiHD/dev
Browse files Browse the repository at this point in the history
[arch] fix virtual_addr_t undefined
  • Loading branch information
YuzukiTsuru committed Feb 20, 2024
2 parents 7023c73 + f039904 commit 27cc376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/arch/arm32/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ typedef unsigned long phys_addr_t;
typedef unsigned long phys_size_t;
#endif

typedef unsigned long virtual_addr_t;

/*
* A dma_addr_t can hold any valid DMA address, i.e., any address returned
* by the DMA API.
Expand Down

0 comments on commit 27cc376

Please sign in to comment.