shell bypass 403
UnknownSec Shell
:
/
usr
/
lib
/
modules
/
6.8.0-83-generic
/
build
/
scripts
/
dtc
/
include-prefixes
/
dt-bindings
/
pinctrl
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
apple.h
/* SPDX-License-Identifier: GPL-2.0+ OR MIT */ /* * This header provides constants for Apple pinctrl bindings. */ #ifndef _DT_BINDINGS_PINCTRL_APPLE_H #define _DT_BINDINGS_PINCTRL_APPLE_H #define APPLE_PINMUX(pin, func) ((pin) | ((func) << 16)) #define APPLE_PIN(pinmux) ((pinmux) & 0xffff) #define APPLE_FUNC(pinmux) ((pinmux) >> 16) #endif /* _DT_BINDINGS_PINCTRL_APPLE_H */
© 2026 UnknownSec