diff options
Diffstat (limited to 'include/libtizen.h')
-rw-r--r-- | include/libtizen.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/libtizen.h b/include/libtizen.h new file mode 100644 index 00000000000..15e01454b93 --- /dev/null +++ b/include/libtizen.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * (C) Copyright 2012 Samsung Electronics + * Donghwa Lee <dh09.lee@samsung.com> + */ + +#ifndef _LIBTIZEN_H_ +#define _LIBTIZEN_H_ + +#define HD_RESOLUTION 0 + +#endif /* _LIBTIZEN_H_ */ |