Skip to content

Commit

Permalink
[arch] fix virtual_addr_t undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Feb 20, 2024
1 parent 0736250 commit f039904
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 f039904

Please sign in to comment.