conf.py (b7e1e969c887c897947fdc3754fe9b0c24acb155) | conf.py (ca7e324e8ad385a2da15049953c04ea7310687f7) |
---|---|
1# -*- coding: utf-8 -*- 2# 3# The Linux Kernel documentation build configuration file, created by 4# sphinx-quickstart on Fri Feb 12 13:51:46 2016. 5# 6# This file is execfile()d with the current directory set to its 7# containing dir. 8# --- 61 unchanged lines hidden (view full) --- 70 "__iomem", 71 "__kernel", 72 "noinstr", 73 "notrace", 74 "__percpu", 75 "__rcu", 76 "__user", 77 "__force", | 1# -*- coding: utf-8 -*- 2# 3# The Linux Kernel documentation build configuration file, created by 4# sphinx-quickstart on Fri Feb 12 13:51:46 2016. 5# 6# This file is execfile()d with the current directory set to its 7# containing dir. 8# --- 61 unchanged lines hidden (view full) --- 70 "__iomem", 71 "__kernel", 72 "noinstr", 73 "notrace", 74 "__percpu", 75 "__rcu", 76 "__user", 77 "__force", |
78 "__counted_by_le", 79 "__counted_by_be", |
|
78 79 # include/linux/compiler_attributes.h: 80 "__alias", 81 "__aligned", 82 "__aligned_largest", 83 "__always_inline", 84 "__assume_aligned", 85 "__cold", --- 463 unchanged lines hidden --- | 80 81 # include/linux/compiler_attributes.h: 82 "__alias", 83 "__aligned", 84 "__aligned_largest", 85 "__always_inline", 86 "__assume_aligned", 87 "__cold", --- 463 unchanged lines hidden --- |