Skip to content

Commit

Permalink
slides/kernel-driver-development-sleeping: fix include path
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <[email protected]>
  • Loading branch information
Michael Opdenacker committed Feb 5, 2024
1 parent cc726ab commit 1d1800f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ \subsection{Sleeping}
\end{itemize}
\item Specific polling I/O accessors may be used:
\begin{itemize}
\item Exhaustive list in \kfile{include/iopoll.h}
\item Exhaustive list in \kfile{include/linux/iopoll.h}
\begin{minted}{c}
int read[bwlq]_poll[_timeout[_atomic]](addr, val, cond,
delay_us, timeout_us)
Expand Down

0 comments on commit 1d1800f

Please sign in to comment.