/* * Provides cbmem utilities for romstage and ramstage * * Copyright (C) 2013 Alexandru Gagniuc * Subject to the GNU GPL v2, or (at your option) any later version. */ #include "ram_segs.h" #include void *cbmem_top(void) { return a1x_get_cbmem_top(); }