Skip to content
Snippets Groups Projects
config.h 178 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * Copyright (c) 2011 The Chromium OS Authors.
     *
    
     * SPDX-License-Identifier:	GPL-2.0+
    
     */
    
    #ifndef _ASM_CONFIG_H_
    #define _ASM_CONFIG_H_
    
    #define CONFIG_SANDBOX_ARCH
    
    #endif