mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 15:10: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);
|
Free(tmptd);
|
||||||
}
|
}
|
||||||
|
|
||||||
U32* USBAllocFrameLst(I64 usb_num, I64 size)
|
U32 *USBAllocFrameLst(I64 usb_num, I64 size)
|
||||||
{
|
{
|
||||||
//aligned to 0x1000
|
//aligned to 0x1000
|
||||||
CUSB *u;
|
CUSB *u;
|
||||||
|
|
Loading…
Reference in a new issue