SmartAudio/package/libs/gpu-um/mali-t760/fbdev/include/EGL/fbdev_window.h

20 lines
538 B
C
Raw Normal View History

2018-07-13 01:31:50 +00:00
/*
* This confidential and proprietary software may be used only as
* authorised by a licensing agreement from ARM Limited
* (C) COPYRIGHT 2014-2016 ARM Limited
* ALL RIGHTS RESERVED
* The entire notice above must be reproduced on all authorised
* copies and copies may only be made to the extent permitted
* by a licensing agreement from ARM Limited.
*/
#ifndef _FBDEV_WINDOW_H_
#define _FBDEV_WINDOW_H_
typedef struct fbdev_window
{
unsigned short width;
unsigned short height;
} fbdev_window;
#endif /* _FBDEV_WINDOW_H_ */