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