Varie correzioni, completata revisione capitolo sull'I/O su file
[gapil.git] / listati / kexec_segment.h
1 struct kexec_segment {
2     void   *buf;        /* Buffer in user space */
3     size_t  bufsz;      /* Buffer length in user space */
4     void   *mem;        /* Physical address of kernel */
5     size_t  memsz;      /* Physical address length */
6 };