NV services: Difference between revisions
Masagrator (talk | contribs) Via: https://github.com/averne/Fizeau/blob/master/sysmodule/src/nvdisp.hpp#L106-L144 |
Masagrator (talk | contribs) mNo edit summary |
||
Line 816: | Line 816: | ||
struct { | struct { | ||
__out struct mode[201]; | __out struct mode modes[201]; | ||
__out u32 num_modes; | __out u32 num_modes; | ||
}; | }; | ||
Line 911: | Line 911: | ||
struct { | struct { | ||
__out struct mode2[201]; | __out struct mode2 modes[201]; | ||
__out u32 num_modes; | __out u32 num_modes; | ||
}; | }; |