[ramdisk] add cvitek pre-built ramdisk
Change-Id: Ic7d2046a23358129eaf621b5558984a64fa7361d
This commit is contained in:
10
ramdisk/initramfs/glibc_riscv64/usr/include/linux/unistd.h
Normal file
10
ramdisk/initramfs/glibc_riscv64/usr/include/linux/unistd.h
Normal file
@ -0,0 +1,10 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
||||
#ifndef _LINUX_UNISTD_H_
|
||||
#define _LINUX_UNISTD_H_
|
||||
|
||||
/*
|
||||
* Include machine specific syscall numbers
|
||||
*/
|
||||
#include <asm/unistd.h>
|
||||
|
||||
#endif /* _LINUX_UNISTD_H_ */
|
||||
Reference in New Issue
Block a user