mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 17:41:18 +03:00
Missing check-in
This commit is contained in:
19
src/include/gpxe/ramdisk.h
Normal file
19
src/include/gpxe/ramdisk.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _GPXE_RAMDISK_H
|
||||
#define _GPXE_RAMDISK_H
|
||||
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* RAM disks
|
||||
*
|
||||
*/
|
||||
|
||||
#include <gpxe/uaccess.h>
|
||||
#include <gpxe/blockdev.h>
|
||||
|
||||
struct ramdisk {
|
||||
struct block_device blockdev;
|
||||
userptr_t data;
|
||||
};
|
||||
|
||||
#endif /* _GPXE_RAMDISK_H */
|
||||
Reference in New Issue
Block a user