요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GPL-2.0
3
====
4
GPIO
5
====
7
.. toctree::
8
:maxdepth: 1
10
Character Device Userspace API <../../userspace-api/gpio/chardev>
11
gpio-aggregator
12
gpio-sim
13
gpio-virtuser
14
Obsolete APIs <obsolete>
16
.. only:: subproject and html
18
Indices
19
=======
21
* :ref:`genindex`
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
GPIO 관리자 안내서 색인
1-21이 GPL-2.0 문서는 GPIO 관리자 안내서의 Sphinx 목차입니다. character device 사용자 공간 API, GPIO Aggregator, simulator, virtual consumer와 obsolete API 문서로 연결합니다. subproject HTML 빌드에서는 일반 색인도 표시합니다.
.. toctree::
:maxdepth: 1
Character Device Userspace API <../../userspace-api/gpio/chardev>
gpio-aggregator
gpio-sim
gpio-virtuser
Obsolete APIs <obsolete>
.. only:: subproject and html
Indices
=======
* :ref:`genindex`
GPIO 문서 목차
index.rst:1-21관리자용 GPIO 문서와 사용자 공간 API 및 일반 색인의 Sphinx 연결 구조를 보존합니다.