Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright 2010 Samsung Electronics Co., Ltd.
0004  *  Pawel Osciak <p.osciak@samsung.com>
0005  *
0006  * Samsung framebuffer driver core functions
0007  */
0008 #ifndef __ASM_PLAT_FB_CORE_S3C24XX_H
0009 #define __ASM_PLAT_FB_CORE_S3C24XX_H __FILE__
0010 
0011 /*
0012  * These functions are only for use with the core support code, such as
0013  * the CPU-specific initialization code.
0014  */
0015 
0016 /* Re-define device name depending on support. */
0017 static inline void s3c_fb_setname(char *name)
0018 {
0019 #ifdef CONFIG_S3C_DEV_FB
0020     s3c_device_fb.name = name;
0021 #endif
0022 }
0023 
0024 #endif /* __ASM_PLAT_FB_CORE_S3C24XX_H */