Skip to content

Commit

Permalink
Move linuxmt/fdreg.h to arch/fdreg.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Oct 31, 2024
1 parent d0671aa commit faf275b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elks/arch/i86/drivers/block/directfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,14 @@
#include <linuxmt/timer.h>
#include <linuxmt/mm.h>
#include <linuxmt/signal.h>
#include <linuxmt/fdreg.h>
#include <linuxmt/fd.h>
#include <linuxmt/errno.h>
#include <linuxmt/string.h>
#include <linuxmt/heap.h>
#include <linuxmt/debug.h>

#include <arch/dma.h>
#include <arch/fdreg.h>
#include <arch/system.h>
#include <arch/io.h>
#include <arch/irq.h>
Expand Down
File renamed without changes.

0 comments on commit faf275b

Please sign in to comment.