blob: f82b74b4075fec46e0998ec0fbee07508b3dadc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
** -*- C -*-
**
** OpDotSlash.c
** Made by Raffaele Nutricato <raffaele.nutricato@tiscali.it>
**
**
** Copyright Raffaele Nutricato 2007
*/
#ifndef __SCI2CFFT_H__
#define __SCI2CFFT_H__
#include "SCI2CMacroInterface.h"
#endif /* !__SCI2CFFT_H__ */
|