X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flibtizen.h;h=655d4cb28c56364c32e83c3691cc16948c98c761;hb=9450ab2ba8d720bd9f73bccc0af2e2b5a2c2aaf1;hp=f669d730ad9b3400fe9e5000a4de81f210866eec;hpb=fedab338f3459315cb69627fcf46032ec8df1753;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/libtizen.h b/include/libtizen.h index f669d73..655d4cb 100644 --- a/include/libtizen.h +++ b/include/libtizen.h @@ -1,22 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * (C) Copyright 2012 Samsung Electronics * Donghwa Lee - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation; either version 2 of - * the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * aint with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, - * MA 02111-1307 USA - * */ #ifndef _LIBTIZEN_H_ @@ -24,6 +9,8 @@ #define HD_RESOLUTION 0 +#ifdef CONFIG_LCD void get_tizen_logo_info(vidinfo_t *vid); +#endif #endif /* _LIBTIZEN_H_ */