mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-24 22:50:28 +00:00
Fix KUSB.ZC pointer star formatting.
This commit is contained in:
parent
d4317cb582
commit
e46313a0dd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ U0 USBFreeTD(CUSBTD *tmptd)
|
|||
Free(tmptd);
|
||||
}
|
||||
|
||||
U32* USBAllocFrameLst(I64 usb_num, I64 size)
|
||||
U32 *USBAllocFrameLst(I64 usb_num, I64 size)
|
||||
{
|
||||
//aligned to 0x1000
|
||||
CUSB *u;
|
||||
|
|
Loading…
Reference in a new issue