28 lines
612 B
C
28 lines
612 B
C
/**
|
|
* \file
|
|
* \brief Default macros for AOS handout generation
|
|
*/
|
|
|
|
/*
|
|
* Copyright (c) 2020, ETH Zurich.
|
|
* All rights reserved.
|
|
*
|
|
* This file is distributed under the terms in the attached LICENSE file.
|
|
* If you do not find this file, copies can be found by writing to:
|
|
* ETH Zurich D-INFK, Haldeneggsteig 4, CH-8092 Zurich. Attn: Systems Group.
|
|
*/
|
|
|
|
#ifndef LIBAOS_SOLUTION_H
|
|
#define LIBAOS_SOLUTION_H
|
|
|
|
#define AOS_SOLUTION_M0
|
|
#define AOS_SOLUTION_M1
|
|
#define AOS_SOLUTION_M2
|
|
#define AOS_SOLUTION_M3
|
|
#define AOS_SOLUTION_M4
|
|
#define AOS_SOLUTION_M5
|
|
#define AOS_SOLUTION_M6
|
|
#define AOS_SOLUTION_M7
|
|
|
|
#endif
|