diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-04 07:28:19 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-06-17 20:47:39 +0200 |
commit | c8f69207e6d5fb654814833676f5f786084a8576 (patch) | |
tree | 229f8e227af42111adc988015112707330f530d8 /ncr-storage.h | |
parent | f3146e2631f23c80e9ce43cbff33b294cab9f535 (diff) | |
download | cryptodev-linux-c8f69207e6d5fb654814833676f5f786084a8576.tar.gz cryptodev-linux-c8f69207e6d5fb654814833676f5f786084a8576.tar.xz cryptodev-linux-c8f69207e6d5fb654814833676f5f786084a8576.zip |
Some updates in the server approach (not working yet).
Diffstat (limited to 'ncr-storage.h')
-rw-r--r-- | ncr-storage.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ncr-storage.h b/ncr-storage.h index 9384b6e..0f15f72 100644 --- a/ncr-storage.h +++ b/ncr-storage.h @@ -18,4 +18,8 @@ int ncr_storage_traverse_deinit(struct list_sem_st* tr_lst, void __user* arg); int _ncr_store(const struct storage_item_st * tostore); int _ncr_load(struct storage_item_st * loaded); +/* Netlink subsystem; */ +void ncr_gnl_deinit(void); +int ncr_gnl_init(void); + #endif /* NCR_STORAGE_H */ |