update name of code to labcodes
This commit is contained in:
7
labcodes/lab7/kern/mm/swap_fifo.h
Normal file
7
labcodes/lab7/kern/mm/swap_fifo.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef __KERN_MM_SWAP_FIFO_H__
|
||||
#define __KERN_MM_SWAP_FIFO_H__
|
||||
|
||||
#include <swap.h>
|
||||
extern struct swap_manager swap_manager_fifo;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user