X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Facess.h;h=a956d148842e9f9a88e5a58ec03e700a1e3f3ff9;hb=7d76ac580a19c897ea849d4bc684068ab1fdc6f3;hp=3d0b3b32b74a255d76ab57ae5459b26fd52cc842;hpb=193a19846230cd653ca61b65d54538974116c1ea;p=tpg%2Facess2.git diff --git a/Kernel/include/acess.h b/Kernel/include/acess.h index 3d0b3b32..a956d148 100644 --- a/Kernel/include/acess.h +++ b/Kernel/include/acess.h @@ -266,7 +266,7 @@ extern tVAddr MM_MapHWPages(tPAddr PAddr, Uint Number); extern tVAddr MM_AllocDMA(int Pages, int MaxBits, tPAddr *PhysAddr); /** * \brief Unmaps an allocated hardware range - * \param VAddr Virtual address allocate by ::MM_MapHWPage or ::MM_AllocDMA + * \param VAddr Virtual address allocate by ::MM_MapHWPages or ::MM_AllocDMA * \param Number Number of pages to free */ extern void MM_UnmapHWPages(tVAddr VAddr, Uint Number);