24 lines
1003 B
C
24 lines
1003 B
C
|
|
/*
|
|
*****************************************************************************
|
|
* *
|
|
* IMPINJ CONFIDENTIAL AND PROPRIETARY *
|
|
* *
|
|
* This source code is the sole property of Impinj, Inc. Reproduction or *
|
|
* utilization of this source code in whole or in part is forbidden without *
|
|
* the prior written consent of Impinj, Inc. *
|
|
* *
|
|
* (c) Copyright Impinj, Inc. 2007,2008. All rights reserved. *
|
|
* *
|
|
*****************************************************************************/
|
|
|
|
#ifndef _IMPINJ_LTKC_H
|
|
#define _IMPINJ_LTKC_H
|
|
|
|
#include "ltkc.h"
|
|
|
|
#include "out_impinj_ltkc.h"
|
|
|
|
#endif /* !_IMPINJ_LTKC_H */
|
|
|