/
githubmirror
/
strace
Обзор
Документация
Войти
/
githubmirror
/
strace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/xlat/rtc_vl_flags.in
7 строк
191 B
Dmitry V. Levin
xlat: add more #Prefix annotations
11 ноя 2025, 09:00
11 ноя 2025, 09:00
018059f
Код
Авторство
О чём код?
#From include/uapi/linux/rtc.h #Prefix RTC_VL_ RTC_VL_DATA_INVALID (1 << 0) RTC_VL_BACKUP_LOW (1 << 1) RTC_VL_BACKUP_EMPTY (1 << 2) RTC_VL_ACCURACY_LOW (1 << 3) RTC_VL_BACKUP_SWITCH (1 << 4)