• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <cbmem.h>
4 
cbmem_top_chipset(void)5 uintptr_t cbmem_top_chipset(void)
6 {
7 	return (uintptr_t)3 * GiB;
8 }
9