Back to home page

LXR

 
 

    


File indexing completed on 2025-05-11 08:24:47

0001 /*
0002  * Copyright (C) 2015, 2016 embedded brains GmbH & Co. KG
0003  *
0004  * The license and distribution terms for this file may be
0005  * found in the file LICENSE in this distribution or at
0006  * http://www.rtems.com/license/LICENSE.
0007  */
0008 
0009 #ifdef HAVE_CONFIG_H
0010 #include "config.h"
0011 #endif
0012 
0013 #include "splinkersets01.h"
0014 
0015 int content_rw_1;
0016 char content_rw_2;
0017 char content_rw_3;
0018 
0019 const int content_ro_1;
0020 const char content_ro_2;
0021 const char content_ro_3;