michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef DEVTM_H michael@0: #define DEVTM_H michael@0: michael@0: /* michael@0: * devtm.h michael@0: * michael@0: * This file contains module-private definitions for the low-level michael@0: * cryptoki devices. michael@0: */ michael@0: michael@0: #ifndef DEVT_H michael@0: #include "devt.h" michael@0: #endif /* DEVT_H */ michael@0: michael@0: PR_BEGIN_EXTERN_C michael@0: michael@0: #define MAX_LOCAL_CACHE_OBJECTS 10 michael@0: michael@0: PR_END_EXTERN_C michael@0: michael@0: #endif /* DEVTM_H */