uvesafb.h (e5451c8f8330e03ad3cfa16048b4daf961af434f) | uvesafb.h (6f52b16c5b29b89d92c0e7236f4655dc8491ad70) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ |
|
1#ifndef _UAPI_UVESAFB_H 2#define _UAPI_UVESAFB_H 3 4#include <linux/types.h> 5 6struct v86_regs { 7 __u32 ebx; 8 __u32 ecx; --- 52 unchanged lines hidden --- | 2#ifndef _UAPI_UVESAFB_H 3#define _UAPI_UVESAFB_H 4 5#include <linux/types.h> 6 7struct v86_regs { 8 __u32 ebx; 9 __u32 ecx; --- 52 unchanged lines hidden --- |