mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-10 07:30:09 +00:00
8550923cb3
git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@349 aa027e90-d47c-11dd-86d7-074df07e0730
19 lines
180 B
C
19 lines
180 B
C
/*
|
|
* common.h
|
|
* ProFUSE
|
|
*
|
|
* Created by Kelvin Sherlock on 12/20/08.
|
|
*
|
|
*/
|
|
|
|
#ifndef __COMMON_H__
|
|
#define __COMMON_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
#define BLOCK_SIZE 512
|
|
|
|
|
|
#endif
|
|
|