#ifndef SYSCALLS_CPP_HPP_ #define SYSCALLS_CPP_HPP_ /* The ABI requires a 32-bit type.*/ typedef int __guard; int __cxa_guard_acquire(__guard *); void __cxa_guard_release (__guard *); void __cxa_guard_abort (__guard *); void *__dso_handle = NULL; #endif /* SYSCALLS_CPP_HPP_ */ feed' href='http://openwrt.panaceas.org/cgit/openwrt/upstream/atom/target/linux/generic/patches-4.4/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch?h=v17.01.3' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch
blob: 3ce7f13dc4962cbc1d1af3a6e5bf47ea756fc846 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37