mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-10 06:00:07 +00:00
ed98b5d900
arch: Implement ARM32 support soc: Implement ARM32 support for MSM8916 board: Implement ARM32 support for Samsung Galaxy J5 2015 include: main: Revert built-in memcpy, rearrange and add support for writel lib: simplefb: Make the clear screen function usable Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com> Cc: Efim Girjeu <efimgirjeu@gmail.com>
10 lines
195 B
C
10 lines
195 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (c) 2022, Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
|
|
*/
|
|
|
|
#ifndef MSM8916_H_ /* Include guard */
|
|
#define MSM8916_H_
|
|
|
|
#endif // MSM8916_H_
|