Harmonize defines for headers include protections

Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
Paul Kocialkowski
2018-04-23 16:39:30 +02:00
parent a5354efe43
commit e25b757b7e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -23,8 +23,8 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifndef _SURFACES_H_
#define _SURFACES_H_
#ifndef _SURFACE_H_
#define _SURFACE_H_
#include <va/va_backend.h>
+2 -2
View File
@@ -17,8 +17,8 @@
*
*/
#ifndef __TILED_YUV_H__
#define __TILED_YUV_H__
#ifndef _TILED_YUV_H_
#define _TILED_YUV_H_
void tiled_to_planar(void *src, void *dst, unsigned int dst_pitch,
unsigned int width, unsigned int height);