syslinux/gpxe/src/arch/i386/include/memsizes.h
<<
>>
Prefs
   1#ifndef _MEMSIZES_H
   2#define _MEMSIZES_H
   3
   4FILE_LICENCE ( GPL2_OR_LATER );
   5
   6#include <basemem.h>
   7
   8/**
   9 * Get size of base memory from BIOS free base memory counter
  10 *
  11 * @ret basemem         Base memory size, in kB
  12 */
  13static inline unsigned int basememsize ( void ) {
  14        return get_fbms();
  15}
  16
  17extern unsigned int extmemsize ( void );
  18
  19#endif /* _MEMSIZES_H */
  20
lxr.linux.no kindly hosted by Redpill Linpro AS, provider of Linux consulting and operations services since 1995.