Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
enable_irq と disable_irq を目標とする C プログラムを作成しようとしています。そのような linux/irq.h を含めました。
#include <linux/irq.h>
そしてコンパイルすると: gcc myProgram.c -o myExecutable
エラーがあります:致命的なエラー:linux/irq.hファイルまたはフォルダーが見つかりません
どのパッケージをインストールする必要がありますか? 私はarchLinuxを使用しています。
ユーザー空間アプリケーションから IRQ を無効にすることはできません。これらの関数は、カーネル内でのみ使用できます。