Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Linux
/
drivers
/
net
/
wireless
/
realtek
/
rtlwifi
/
rtl8192se
/ (
Office von Apache
Version 25.8.3.2
©
) Datei vom 24.10.2025 mit Größe 10 kB
Bilddatei
reg_ops.h
products/Sources/formale Sprachen/C/Linux/arch/csky/abiv2/inc/abi/reg_ops.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ABI_REG_OPS_H #define __ABI_REG_OPS_H #include
static inline unsigned int mfcr_hint(void) { return mfcr("cr31"); } static inline unsigned int mfcr_ccr2(void) { return mfcr("cr23"); } #endif /* __ABI_REG_OPS_H */
2026-06-09